#include <OptimizedNetworkImpl.hpp>
Definition at line 11 of file OptimizedNetworkImpl.hpp.
◆ OptimizedNetworkImpl() [1/3]
Definition at line 3096 of file Network.cpp.
3097 : m_Graph(
new Graph(*other.m_Graph.get()))
3098 , m_Guid(arm::pipe::IProfilingService::GetNextGuid())
3099 , m_ModelOptions(modelOptions)
◆ OptimizedNetworkImpl() [2/3]
Definition at line 3103 of file Network.cpp.
3104 : m_Graph(std::move(graph)), m_Guid(arm::pipe::IProfilingService::GetNextGuid())
◆ OptimizedNetworkImpl() [3/3]
Definition at line 3108 of file Network.cpp.
3109 : m_Graph(std::move(graph)), m_Guid(arm::pipe::IProfilingService::GetNextGuid()), m_ModelOptions(modelOptions)
◆ ~OptimizedNetworkImpl()
◆ ExecuteStrategy()
void ExecuteStrategy |
( |
IStrategy & |
strategy | ) |
const |
◆ GetGraph() [1/2]
◆ GetGraph() [2/2]
Graph& GetGraph |
( |
| ) |
const |
|
inline |
◆ GetGuid()
virtual arm::pipe::ProfilingGuid GetGuid |
( |
| ) |
const |
|
inlinevirtual |
◆ GetModelOptions()
◆ GetNumInputs()
size_t GetNumInputs |
( |
| ) |
const |
|
virtual |
Definition at line 746 of file Network.cpp.
748 return m_Graph->GetNumInputs();
◆ GetNumOutputs()
size_t GetNumOutputs |
( |
| ) |
const |
|
virtual |
Definition at line 751 of file Network.cpp.
753 return m_Graph->GetNumOutputs();
◆ PrintGraph()
◆ SerializeToDot()
Status SerializeToDot |
( |
std::ostream & |
stream | ) |
const |
|
virtual |
Definition at line 741 of file Network.cpp.
743 return m_Graph->SerializeToDot(stream);
The documentation for this class was generated from the following files: