Function THShortTensor_scatter

Source
pub unsafe extern "C" fn THShortTensor_scatter(
    tensor: *mut THShortTensor,
    dim: c_int,
    index: *mut THLongTensor,
    src: *mut THShortTensor,
)