Function THHalfTensor_set2d

Source
pub unsafe extern "C" fn THHalfTensor_set2d(
    tensor: *mut THHalfTensor,
    x0: c_long,
    x1: c_long,
    value: THHalf,
)