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 --- 20.02/classarmnn_1_1_optimization.xhtml | 238 ++++++++++++++++++++++++++++++++ 1 file changed, 238 insertions(+) create mode 100644 20.02/classarmnn_1_1_optimization.xhtml (limited to '20.02/classarmnn_1_1_optimization.xhtml') diff --git a/20.02/classarmnn_1_1_optimization.xhtml b/20.02/classarmnn_1_1_optimization.xhtml new file mode 100644 index 0000000000..b8fd1e0896 --- /dev/null +++ b/20.02/classarmnn_1_1_optimization.xhtml @@ -0,0 +1,238 @@ + + + + + + + + + + + + + +ArmNN: Optimization Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
Optimization Class Referenceabstract
+
+
+ +

#include <Optimization.hpp>

+
+Inheritance diagram for Optimization:
+
+
+ + +ConvertConstants< Converter, Predicate > +OptimizeForTypeImpl< BaseType, Wrapped > +OptimizeForTypeImpl< Layer, Wrapped > +OptimizeForTypeImpl< BaseType, OptimizeForConnectionImpl< BaseType, ChildType, Wrapped > > +OptimizeForType< BaseType, Wrapped > +OptimizeForConnection< BaseType, ChildType, Wrapped > + +
+ + + + + + + + +

+Public Member Functions

 Optimization ()=default
 
virtual ~Optimization ()=default
 
virtual void Run (Graph &graph, Layer &base) const =0
 
+

Detailed Description

+
+

Definition at line 13 of file Optimization.hpp.

+

Constructor & Destructor Documentation

+ +

◆ Optimization()

+ +
+
+ + + + + +
+ + + + + + + +
Optimization ()
+
+default
+
+ +
+
+ +

◆ ~Optimization()

+ +
+
+ + + + + +
+ + + + + + + +
virtual ~Optimization ()
+
+virtualdefault
+
+ +
+
+

Member Function Documentation

+ +

◆ Run()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
virtual void Run (Graphgraph,
Layerbase 
) const
+
+pure virtual
+
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.2.1