Libraries
»
tensorflow
(0.2.0)
»
Index
»
TensorFlow
»
Math
»
subtract
Method: TensorFlow::Math.subtract
Defined in:
lib/tensorflow/math.rb
.
subtract
(x, y) ⇒
Object
436 437 438
# File 'lib/tensorflow/math.rb', line 436
def
subtract
(
x
,
y
)
RawOps
.
sub
(
x:
x
,
y:
y
)
end