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_i_optimized_network.xhtml | 297 +++++++++++++++++++++++++ 1 file changed, 297 insertions(+) create mode 100644 20.02/classarmnn_1_1_i_optimized_network.xhtml (limited to '20.02/classarmnn_1_1_i_optimized_network.xhtml') diff --git a/20.02/classarmnn_1_1_i_optimized_network.xhtml b/20.02/classarmnn_1_1_i_optimized_network.xhtml new file mode 100644 index 0000000000..97fec97fe1 --- /dev/null +++ b/20.02/classarmnn_1_1_i_optimized_network.xhtml @@ -0,0 +1,297 @@ + + + + + + + + + + + + + +ArmNN: IOptimizedNetwork Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ + +
+ +

#include <INetwork.hpp>

+
+Inheritance diagram for IOptimizedNetwork:
+
+
+ + +OptimizedNetwork + +
+ + + + + + + + +

+Public Member Functions

virtual Status PrintGraph ()=0
 
virtual Status SerializeToDot (std::ostream &stream) const =0
 
virtual profiling::ProfilingGuid GetGuid () const =0
 
+ + + +

+Static Public Member Functions

static void Destroy (IOptimizedNetwork *network)
 
+ + + +

+Protected Member Functions

 ~IOptimizedNetwork ()
 
+

Detailed Description

+
+

Definition at line 568 of file INetwork.hpp.

+

Constructor & Destructor Documentation

+ +

◆ ~IOptimizedNetwork()

+ +
+
+ + + + + +
+ + + + + + + +
~IOptimizedNetwork ()
+
+inlineprotected
+
+ +

Definition at line 579 of file INetwork.hpp.

+
579 {}
+
+
+

Member Function Documentation

+ +

◆ Destroy()

+ +
+
+ + + + + +
+ + + + + + + + +
void Destroy (IOptimizedNetworknetwork)
+
+static
+
+ +

Definition at line 59 of file Network.cpp.

+ +

Referenced by BOOST_AUTO_TEST_CASE(), and armnn::Optimize().

+
60 {
61  delete boost::polymorphic_downcast<OptimizedNetwork*>(network);
62 }
+
+
+ +

◆ GetGuid()

+ +
+
+ + + + + +
+ + + + + + + +
virtual profiling::ProfilingGuid GetGuid () const
+
+pure virtual
+
+ +

Implemented in OptimizedNetwork.

+ +
+
+ +

◆ PrintGraph()

+ +
+
+ + + + + +
+ + + + + + + +
virtual Status PrintGraph ()
+
+pure virtual
+
+ +

Implemented in OptimizedNetwork.

+ +
+
+ +

◆ SerializeToDot()

+ +
+
+ + + + + +
+ + + + + + + + +
virtual Status SerializeToDot (std::ostream & stream) const
+
+pure virtual
+
+ +

Implemented in OptimizedNetwork.

+ +
+
+
The documentation for this class was generated from the following files: +
+
+ + + + -- cgit v1.2.1