ArmNN
 20.02
OptimizationViews::SubstitutionPair Struct Reference

#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...
 

Detailed Description

Definition at line 22 of file OptimizationViews.hpp.

Member Data Documentation

◆ m_ReplacementSubgraph

SubgraphView m_ReplacementSubgraph

A subgraph of new layers which will replace layers in m_SubstitutableSubgraph.

Definition at line 28 of file OptimizationViews.hpp.

◆ m_SubstitutableSubgraph

SubgraphView m_SubstitutableSubgraph

Subgraph of Layers from the original graph which should be replaced.

Definition at line 25 of file OptimizationViews.hpp.


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