Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/armnnUtils/test/
H A DTransformIteratorTest.cpp31 struct WrapperTestClass struct
33 TransformIterator<decltype(&square), std::vector<int>::const_iterator> begin() const in begin()
38 TransformIterator<decltype(&square), std::vector<int>::const_iterator> end() const in end()
43 const std::vector<int> m_Vec{1, 2, 3, 4, 5};