Method: TensorFlow::Tensor#-

Defined in:
lib/tensorflow/tensor.rb

#-(other) ⇒ Object



75
76
77
# File 'lib/tensorflow/tensor.rb', line 75

def -(other)
  Math.subtract(self, other)
end