Function THByteTensor_newWithStorage2d

Source
pub unsafe extern "C" fn THByteTensor_newWithStorage2d(
    storage_: *mut THByteStorage,
    storageOffset_: isize,
    size0_: c_long,
    stride0_: c_long,
    size1_: c_long,
    stride1_: c_long,
) -> *mut THByteTensor