Module easy_ml::interop

source ·
Expand description

Interopability APIs between Matrix/MatrixView and Tensor/TensorView.

Structs§

Traits§

  • The first and second dimension name a Matrix type wrapped in a TensorRefMatrix will report on its view shape. If you don’t care what the dimension names are, RowAndColumn can be used which will hardcode the dimension names to “row” and “column” respectively.