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 --- ...r_type_impl_3_01_layer_00_01_wrapped_01_4.xhtml | 224 +++++++++++++++++++++ 1 file changed, 224 insertions(+) create mode 100644 20.02/classarmnn_1_1_optimize_for_type_impl_3_01_layer_00_01_wrapped_01_4.xhtml (limited to '20.02/classarmnn_1_1_optimize_for_type_impl_3_01_layer_00_01_wrapped_01_4.xhtml') diff --git a/20.02/classarmnn_1_1_optimize_for_type_impl_3_01_layer_00_01_wrapped_01_4.xhtml b/20.02/classarmnn_1_1_optimize_for_type_impl_3_01_layer_00_01_wrapped_01_4.xhtml new file mode 100644 index 0000000000..f22743c663 --- /dev/null +++ b/20.02/classarmnn_1_1_optimize_for_type_impl_3_01_layer_00_01_wrapped_01_4.xhtml @@ -0,0 +1,224 @@ + + + + + + + + + + + + + +ArmNN: OptimizeForTypeImpl< Layer, Wrapped > Class Template Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
OptimizeForTypeImpl< Layer, Wrapped > Class Template Reference
+
+
+ +

Specialization that calls Wrapped::Run() for any layer type. + More...

+ +

#include <Optimization.hpp>

+
+Inheritance diagram for OptimizeForTypeImpl< Layer, Wrapped >:
+
+
+ + +Optimization + +
+ + + + + + + + + +

+Public Member Functions

void Run (Graph &graph, Layer &base) const override
 
- Public Member Functions inherited from Optimization
 Optimization ()=default
 
virtual ~Optimization ()=default
 
+ + + +

+Protected Member Functions

 ~OptimizeForTypeImpl ()=default
 
+

Detailed Description

+

template<typename Wrapped>
+class armnn::OptimizeForTypeImpl< Layer, Wrapped >

+ +

Specialization that calls Wrapped::Run() for any layer type.

+ +

Definition at line 50 of file Optimization.hpp.

+

Constructor & Destructor Documentation

+ +

◆ ~OptimizeForTypeImpl()

+ +
+
+ + + + + +
+ + + + + + + +
~OptimizeForTypeImpl ()
+
+protecteddefault
+
+ +
+
+

Member Function Documentation

+ +

◆ Run()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
void Run (Graphgraph,
Layerbase 
) const
+
+inlineoverridevirtual
+
+ +

Implements Optimization.

+ +

Definition at line 55 of file Optimization.hpp.

+
56  {
57  Wrapped::Run(graph, base);
58  }
+
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.2.1