Libraries
»
tensorflow
(0.2.0)
»
Index
»
TensorFlow
»
Math
»
add
Method: TensorFlow::Math.add
Defined in:
lib/tensorflow/math.rb
.
add
(x, y) ⇒
Object
19 20 21
# File 'lib/tensorflow/math.rb', line 19
def
add
(
x
,
y
)
RawOps
.
add
(
x:
x
,
y:
y
)
end