Tenncor
|
Encapsulation of all conversion rules. More...
#include <optimize.hpp>
Public Attributes | |
VoterPool | voters_ |
Voters for identifying subgraphs associated with conversion target ids. More... | |
CstConvertF | const_conv_ |
Function for identifying constant tensors. More... | |
std::unordered_map< std::string, ConvptrT > | converts_ |
Map of conversion target ids to conversion target builders. More... | |
Encapsulation of all conversion rules.
CstConvertF opt::OptCtx::const_conv_ |
Function for identifying constant tensors.
std::unordered_map<std::string,ConvptrT> opt::OptCtx::converts_ |
Map of conversion target ids to conversion target builders.
VoterPool opt::OptCtx::voters_ |
Voters for identifying subgraphs associated with conversion target ids.