Method: TensorStream::TensorMixins#%

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

#%(other) ⇒ Object



40
41
42
# File 'lib/tensor_stream/helpers/tensor_mixins.rb', line 40

def %(other)
  TensorStream.mod(self, other)
end