Home
last modified time | relevance | path

Searched defs:InputLayersAccessor (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/armnn/src/armnn/
H A DGraph.hpp61 struct InputLayersAccessor struct in armnn::Graph
63 explicit InputLayersAccessor(const Graph& graph) : m_Graph(graph) {} in InputLayersAccessor() argument
65 ConstIteratorInputs begin() const in begin()
70 ConstIteratorInputs end() const in end()
76 const Graph& m_Graph;