Function torch::THByteTensor_scatterAdd [] [src]

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