#include <OptimizedNetworkImpl.hpp>
Definition at line 11 of file OptimizedNetworkImpl.hpp.
◆ OptimizedNetworkImpl() [1/3]
Definition at line 3263 of file Network.cpp.
3264 : m_Graph(
new Graph(*other.m_Graph.get()))
3265 , m_Guid(arm::pipe::IProfilingService::GetNextGuid())
3266 , m_ModelOptions(modelOptions)
◆ OptimizedNetworkImpl() [2/3]
Definition at line 3270 of file Network.cpp.
3271 : m_Graph(std::move(graph)), m_Guid(arm::pipe::IProfilingService::GetNextGuid())
◆ OptimizedNetworkImpl() [3/3]
Definition at line 3275 of file Network.cpp.
3276 : 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 753 of file Network.cpp.
755 return m_Graph->GetNumInputs();
◆ GetNumOutputs()
| size_t GetNumOutputs |
( |
| ) |
const |
|
virtual |
Definition at line 758 of file Network.cpp.
760 return m_Graph->GetNumOutputs();
◆ PrintGraph()
◆ SerializeToDot()
| Status SerializeToDot |
( |
std::ostream & |
stream | ) |
const |
|
virtual |
Definition at line 748 of file Network.cpp.
750 return m_Graph->SerializeToDot(stream);
The documentation for this class was generated from the following files: