Function THByteTensor_indexAdd

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