Libraries
»
tensorflow
(0.2.0)
»
Index
»
TensorFlow
»
Tensor
»
#-
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