From 6940dd720ebb6b3d1df8ca203ab696daefe58189 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Fri, 20 Mar 2020 12:25:56 +0000 Subject: renamed Documentation folder 20.02 and added .nojekyll file Signed-off-by: Jim Flynn --- ..._optimization_views_1_1_substitution_pair.xhtml | 171 +++++++++++++++++++++ 1 file changed, 171 insertions(+) create mode 100644 20.02/structarmnn_1_1_optimization_views_1_1_substitution_pair.xhtml (limited to '20.02/structarmnn_1_1_optimization_views_1_1_substitution_pair.xhtml') diff --git a/20.02/structarmnn_1_1_optimization_views_1_1_substitution_pair.xhtml b/20.02/structarmnn_1_1_optimization_views_1_1_substitution_pair.xhtml new file mode 100644 index 0000000000..57a7d56091 --- /dev/null +++ b/20.02/structarmnn_1_1_optimization_views_1_1_substitution_pair.xhtml @@ -0,0 +1,171 @@ + + + + + + + + + + + + + +ArmNN: OptimizationViews::SubstitutionPair Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + 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: +
+
+ + + + -- cgit v1.2.1