24.08
|
#include <OptimizationViews.hpp>
Public Attributes | |
SubgraphView | m_SubstitutableSubgraph |
Subgraph of Layers from the original graph which should be replaced. More... | |
SubgraphView | m_ReplacementSubgraph |
A subgraph of new layers which will replace layers in m_SubstitutableSubgraph. More... | |
Definition at line 26 of file OptimizationViews.hpp.
SubgraphView m_ReplacementSubgraph |
A subgraph of new layers which will replace layers in m_SubstitutableSubgraph.
Definition at line 32 of file OptimizationViews.hpp.
SubgraphView m_SubstitutableSubgraph |
Subgraph of Layers from the original graph which should be replaced.
Definition at line 29 of file OptimizationViews.hpp.