minusAssign

open operator override fun Tensor<Int>.minusAssign(value: Int)(source)

Subtracts the scalar value from each element of this tensor.

Parameters

value

the number to be subtracted from each element of this tensor.


open operator override fun Tensor<Int>.minusAssign(arg: StructureND<Int>)(source)

Each element of the tensor arg is subtracted from each element of this tensor.

Parameters

arg

tensor to be subtracted.