Method: TensorStream::TensorMixins#**

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

#**(other) ⇒ Object



24
25
26
# File 'lib/tensor_stream/helpers/tensor_mixins.rb', line 24

def **(other)
  _op(:pow, self, TensorStream.convert_to_tensor(other, dtype: data_type))
end