MCPcopy Create free account
hub / github.com/ARM-software/armnn / end

Method end

src/armnnUtils/test/TransformIteratorTest.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 }
37
38 TransformIterator<decltype(&square), std::vector<int>::const_iterator> end() const
39 {
40 return { m_Vec.end(), &square };
41 }
42
43 const std::vector<int> m_Vec{1, 2, 3, 4, 5};
44 };

Callers 7

GetNextChildFunction · 0.45
TopologicallySortFunction · 0.45
AddImageResultMethod · 0.45
CheckValidSizeFunction · 0.45
endMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected