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

Method begin

src/armnnUtils/test/TransformIteratorTest.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 struct WrapperTestClass
32 {
33 TransformIterator<decltype(&square), std::vector<int>::const_iterator> begin() const
34 {
35 return { m_Vec.begin(), &square };
36 }
37
38 TransformIterator<decltype(&square), std::vector<int>::const_iterator> end() const
39 {

Callers 7

ExpandDimsFunction · 0.45
AddImageResultMethod · 0.45
CheckValidSizeFunction · 0.45
beginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected