Function THShortTensor_setStorage

Source
pub unsafe extern "C" fn THShortTensor_setStorage(
    self_: *mut THShortTensor,
    storage_: *mut THShortStorage,
    storageOffset_: isize,
    size_: *mut THLongStorage,
    stride_: *mut THLongStorage,
)