Method: TensorStream::TensorMixins#>
- Defined in:
- lib/tensor_stream/helpers/tensor_mixins.rb
#>(other) ⇒ Object
81 82 83 |
# File 'lib/tensor_stream/helpers/tensor_mixins.rb', line 81 def >(other) _op(:greater, self, TensorStream.convert_to_tensor(other, dtype: data_type)) end |