Poplar and PopLibs
poplin::MatMulParams Struct Reference

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)
 

Detailed Description

Parameters to define a Matrix multiplication.

C = A * B


The documentation for this struct was generated from the following file: