Function THShortTensor_resizeNd

Source
pub unsafe extern "C" fn THShortTensor_resizeNd(
    tensor: *mut THShortTensor,
    nDimension: c_int,
    size: *mut c_long,
    stride: *mut c_long,
)