Function THIntTensor_resize2d

Source
pub unsafe extern "C" fn THIntTensor_resize2d(
    tensor: *mut THIntTensor,
    size0_: c_long,
    size1_: c_long,
)