#include <OptimizedNetworkImpl.hpp>
Definition at line 11 of file OptimizedNetworkImpl.hpp.
◆ OptimizedNetworkImpl() [1/3]
Definition at line 3114 of file Network.cpp.
3115 : m_Graph(
new Graph(*other.m_Graph.get()))
3116 , m_Guid(arm::pipe::IProfilingService::GetNextGuid())
3117 , m_ModelOptions(modelOptions)
◆ OptimizedNetworkImpl() [2/3]
Definition at line 3121 of file Network.cpp.
3122 : m_Graph(std::move(graph)), m_Guid(arm::pipe::IProfilingService::GetNextGuid())
◆ OptimizedNetworkImpl() [3/3]
Definition at line 3126 of file Network.cpp.
3127 : 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 752 of file Network.cpp.
754 return m_Graph->GetNumInputs();
◆ GetNumOutputs()
size_t GetNumOutputs |
( |
| ) |
const |
|
virtual |
Definition at line 757 of file Network.cpp.
759 return m_Graph->GetNumOutputs();
◆ PrintGraph()
◆ SerializeToDot()
Status SerializeToDot |
( |
std::ostream & |
stream | ) |
const |
|
virtual |
Definition at line 747 of file Network.cpp.
749 return m_Graph->SerializeToDot(stream);
The documentation for this class was generated from the following files: