Function THIntTensor_newWithStorage3d

Source
pub unsafe extern "C" fn THIntTensor_newWithStorage3d(
    storage_: *mut THIntStorage,
    storageOffset_: isize,
    size0_: c_long,
    stride0_: c_long,
    size1_: c_long,
    stride1_: c_long,
    size2_: c_long,
    stride2_: c_long,
) -> *mut THIntTensor