withChange

fun DTensor.withChange(index: Int, axis: Int, replacementValue: DTensor): DTensor
fun DTensor.withChange(indices: IntArray, replacementValue: DTensor): DTensor
fun DTensor.withChange(index: IntRange, axis: Int, replacementValue: DTensor): DTensor