24.02
|
Wrapper class returned by Graph::GetOutputLayers() More...
#include <Graph.hpp>
Public Member Functions | |
OutputLayersAccessor (const Graph &graph) | |
ConstIteratorOutputs | begin () const |
ConstIteratorOutputs | end () const |
Public Attributes | |
const Graph & | m_Graph |
Wrapper class returned by Graph::GetOutputLayers()
|
inlineexplicit |
|
inline |
Definition at line 84 of file Graph.hpp.
References Graph::GetNumOutputs(), and Graph::OutputLayersAccessor::m_Graph.
Referenced by LoadedNetwork::ImportOutputs().
|
inline |
Definition at line 90 of file Graph.hpp.
References Graph::OutputLayersAccessor::m_Graph.
Referenced by LoadedNetwork::ImportOutputs().
const Graph& m_Graph |
Definition at line 95 of file Graph.hpp.
Referenced by Graph::OutputLayersAccessor::begin(), and Graph::OutputLayersAccessor::end().