Method: TensorStream::TensorMixins#>=
- Defined in:
- lib/tensor_stream/helpers/tensor_mixins.rb
#>=(other) ⇒ Object
85 86 87 |
# File 'lib/tensor_stream/helpers/tensor_mixins.rb', line 85 def >=(other) _op(:greater_equal, self, TensorStream.convert_to_tensor(other, dtype: data_type)) end |