Method: TensorStream::OpStub#negate
- Defined in:
- lib/tensor_stream/generated_stub/ops.rb
#negate(input, name: nil) ⇒ Object
Computes numerical negative value element-wise.
Options:
373 374 375 |
# File 'lib/tensor_stream/generated_stub/ops.rb', line 373 def negate(input, name: nil) _op(:negate, input, name: name) end |