Method: TensorStream::TensorMixins#<

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

#<(other) ⇒ Object



73
74
75
# File 'lib/tensor_stream/helpers/tensor_mixins.rb', line 73

def <(other)
  _op(:less, self, TensorStream.convert_to_tensor(other, dtype: data_type))
end