Method: TensorStream::TensorMixins#matmul

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

#matmul(other) ⇒ Object



97
98
99
# File 'lib/tensor_stream/helpers/tensor_mixins.rb', line 97

def matmul(other)
  _op(:mat_mul, self, TensorStream.convert_to_tensor(other, dtype: data_type))
end