Tenncor
Public Attributes | List of all members
opt::OptCtx Struct Reference

Encapsulation of all conversion rules. More...

#include <optimize.hpp>

Collaboration diagram for opt::OptCtx:
Collaboration graph
[legend]

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, ConvptrTconverts_
 Map of conversion target ids to conversion target builders. More...
 

Detailed Description

Encapsulation of all conversion rules.

Member Data Documentation

◆ const_conv_

CstConvertF opt::OptCtx::const_conv_

Function for identifying constant tensors.

◆ converts_

std::unordered_map<std::string,ConvptrT> opt::OptCtx::converts_

Map of conversion target ids to conversion target builders.

◆ voters_

VoterPool opt::OptCtx::voters_

Voters for identifying subgraphs associated with conversion target ids.


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