Function THIntTensor_newUnfold

Source
pub unsafe extern "C" fn THIntTensor_newUnfold(
    tensor: *mut THIntTensor,
    dimension_: c_int,
    size_: c_long,
    step_: c_long,
) -> *mut THIntTensor