Libraries
»
tensorflow
(0.2.0)
»
Index
»
TensorFlow
»
Math
»
negative
Method: TensorFlow::Math.negative
Defined in:
lib/tensorflow/math.rb
.
negative
(x) ⇒
Object
272 273 274
# File 'lib/tensorflow/math.rb', line 272
def
negative
(
x
)
RawOps
.
neg
(
x:
x
)
end