Function torch::THIntTensor_setStorageNd [] [src]

pub unsafe extern "C" fn THIntTensor_setStorageNd(
    self_: *mut THIntTensor,
    storage_: *mut THIntStorage,
    storageOffset_: isize,
    nDimension: c_int,
    size: *mut c_long,
    stride: *mut c_long
)