Method: TensorStream::TensorMixins#-@

Defined in:
lib/tensor_stream/helpers/tensor_mixins.rb

#-@Object



36
37
38
# File 'lib/tensor_stream/helpers/tensor_mixins.rb', line 36

def -@
  _op(:negate, self)
end