ArmNN
 20.02
IOptimizedNetwork Class Referenceabstract

#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 ( IOptimizedNetwork network)
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: