Function torch::THFloatTensor_setStorage1d [] [src]

pub unsafe extern "C" fn THFloatTensor_setStorage1d(
    self_: *mut THFloatTensor,
    storage_: *mut THFloatStorage,
    storageOffset_: isize,
    size0_: c_long,
    stride0_: c_long
)