scatter

fun DTensor.scatter(indices: List<Int>, axis: Int, newShape: Shape, paddingIndex: Int = -1): DTensor
fun FloatTensor.scatter(indices: List<Int>, axis: Int, newShape: Shape, paddingIndex: Int = -1): FloatTensor