Function THByteTensor_resize3d

Source
pub unsafe extern "C" fn THByteTensor_resize3d(
    tensor: *mut THByteTensor,
    size0_: c_long,
    size1_: c_long,
    size2_: c_long,
)