Function torch::THFloatTensor_scatterAdd [] [src]

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