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

Function CompareVectors

src/armnn/test/SubgraphViewTests.cpp:145–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143
144template <typename T>
145void CompareVectors(const std::vector<T>& result, const std::vector<T>& expected)
146{
147 CHECK(std::equal(result.begin(), result.end(), expected.begin(), expected.end()));
148}
149
150void CompareSubgraphViews(SubgraphView::SubgraphViewPtr& result,
151 SubgraphView::SubgraphViewPtr& expected)

Callers 1

CompareSubgraphViewsFunction · 0.85

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected