minus
Each element of the tensor other is subtracted from this value. The resulting tensor is returned.
Return
the difference between this value and tensor other.
Parameters
other
tensor to be subtracted.
Subtracts the scalar value from each element of this tensor and returns a new resulting tensor.
Return
the difference between this tensor and value.
Parameters
value
the number to be subtracted from each element of this tensor.