Function torch::THIntTensor_setStorage2d [] [src]

pub unsafe extern "C" fn THIntTensor_setStorage2d(
    self_: *mut THIntTensor,
    storage_: *mut THIntStorage,
    storageOffset_: isize,
    size0_: c_long,
    stride0_: c_long,
    size1_: c_long,
    stride1_: c_long
)