|
Poplar and PopLibs
|
Parameters to define a Matrix multiplication. More...
#include <MatMul.hpp>
Public Attributes | |
| poplar::Type | inputType |
| Input type (of A & B) | |
| poplar::Type | outputType |
| Output type (of C) | |
| std::vector< std::size_t > | aShape |
| Shape of the lhs input matrix (A) | |
| std::vector< std::size_t > | bShape |
| Shape of the rhs input matrix (B) | |
Parameters to define a Matrix multiplication.
C = A * B