24.08
|
Wrapper class returned by Graph::GetInputLayers() More...
#include <Graph.hpp>
Public Member Functions | |
InputLayersAccessor (const Graph &graph) | |
ConstIteratorInputs | begin () const |
ConstIteratorInputs | end () const |
Public Attributes | |
const Graph & | m_Graph |
Wrapper class returned by Graph::GetInputLayers()
|
inlineexplicit |
|
inline |
Definition at line 65 of file Graph.hpp.
References Graph::InputLayersAccessor::m_Graph.
Referenced by LoadedNetwork::ImportInputs().
|
inline |
Definition at line 70 of file Graph.hpp.
References Graph::GetNumInputs(), and Graph::InputLayersAccessor::m_Graph.
Referenced by LoadedNetwork::ImportInputs().
const Graph& m_Graph |
Definition at line 76 of file Graph.hpp.
Referenced by Graph::InputLayersAccessor::begin(), and Graph::InputLayersAccessor::end().