Home
last modified time | relevance | path

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

/external/armnn/src/armnnUtils/test/
DTransformIteratorTest.cpp46 struct WrapperStringClass struct
48 TransformIterator<decltype(&concat), std::vector<std::string>::const_iterator> begin() const in begin()
53 TransformIterator<decltype(&concat), std::vector<std::string>::const_iterator> end() const in end()
58 const std::vector<std::string> m_Vec{"a", "b", "c"};