From fd627ffaec8fd8801d980b4c91ee7c0607ab6aaf Mon Sep 17 00:00:00 2001 From: Jan Eilers Date: Thu, 25 Feb 2021 17:44:00 +0000 Subject: IVGCVSW-5687 Update Doxygen Docu * Update Doxygen Documentation for 21.02 release Signed-off-by: Jan Eilers Change-Id: I9ed2f9caab038836ea99d7b378d7899fe431a4e5 --- 21.02/_optimize_subgraph_view_tests_8cpp.xhtml | 308 +++++++++++++++++++++++++ 1 file changed, 308 insertions(+) create mode 100644 21.02/_optimize_subgraph_view_tests_8cpp.xhtml (limited to '21.02/_optimize_subgraph_view_tests_8cpp.xhtml') diff --git a/21.02/_optimize_subgraph_view_tests_8cpp.xhtml b/21.02/_optimize_subgraph_view_tests_8cpp.xhtml new file mode 100644 index 0000000000..85774e7848 --- /dev/null +++ b/21.02/_optimize_subgraph_view_tests_8cpp.xhtml @@ -0,0 +1,308 @@ + + + + + + + + + + + + + +ArmNN: src/backends/backendsCommon/test/OptimizeSubgraphViewTests.cpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
OptimizeSubgraphViewTests.cpp File Reference
+
+
+
#include "CommonTestUtils.hpp"
+#include "MockBackend.hpp"
+#include "MockBackendId.hpp"
+#include <Graph.hpp>
+#include <Network.hpp>
+#include <armnn/BackendRegistry.hpp>
+#include <boost/test/unit_test.hpp>
+#include <unordered_map>
+
+

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + +

+Functions

 BOOST_AUTO_TEST_CASE (FullyUnsupportedSubgraph1)
 
 BOOST_AUTO_TEST_CASE (FullyUnsupportedSubgraph2)
 
 BOOST_AUTO_TEST_CASE (FullyOptimizableSubgraph1)
 
 BOOST_AUTO_TEST_CASE (FullyOptimizableSubgraph2)
 
 BOOST_AUTO_TEST_CASE (PartiallySupportedSubgraph)
 
 BOOST_AUTO_TEST_CASE (FullyUnoptimizableSubgraph)
 
 BOOST_AUTO_TEST_CASE (PartiallyOptimizableSubgraph1)
 
 BOOST_AUTO_TEST_CASE (PartiallyOptimizableSubgraph2)
 
+

Function Documentation

+ +

◆ BOOST_AUTO_TEST_CASE() [1/8]

+ +
+
+ + + + + + + + +
BOOST_AUTO_TEST_CASE (FullyUnsupportedSubgraph1 )
+
+ +

Definition at line 1281 of file OptimizeSubgraphViewTests.cpp.

+
1281 { FullyUnsupporteSubgraphTestImpl1(); }
+
+
+ +

◆ BOOST_AUTO_TEST_CASE() [2/8]

+ +
+
+ + + + + + + + +
BOOST_AUTO_TEST_CASE (FullyUnsupportedSubgraph2 )
+
+ +

Definition at line 1282 of file OptimizeSubgraphViewTests.cpp.

+
1282 { FullyUnsupporteSubgraphTestImpl2(); }
+
+
+ +

◆ BOOST_AUTO_TEST_CASE() [3/8]

+ +
+
+ + + + + + + + +
BOOST_AUTO_TEST_CASE (FullyOptimizableSubgraph1 )
+
+ +

Definition at line 1283 of file OptimizeSubgraphViewTests.cpp.

+
1283 { FullyOptimizableSubgraphTestImpl1(); }
+
+
+ +

◆ BOOST_AUTO_TEST_CASE() [4/8]

+ +
+
+ + + + + + + + +
BOOST_AUTO_TEST_CASE (FullyOptimizableSubgraph2 )
+
+ +

Definition at line 1284 of file OptimizeSubgraphViewTests.cpp.

+
1284 { FullyOptimizableSubgraphTestImpl2(); }
+
+
+ +

◆ BOOST_AUTO_TEST_CASE() [5/8]

+ +
+
+ + + + + + + + +
BOOST_AUTO_TEST_CASE (PartiallySupportedSubgraph )
+
+ +

Definition at line 1285 of file OptimizeSubgraphViewTests.cpp.

+
1285 { PartiallySupportedSubgraphTestImpl(); }
+
+
+ +

◆ BOOST_AUTO_TEST_CASE() [6/8]

+ +
+
+ + + + + + + + +
BOOST_AUTO_TEST_CASE (FullyUnoptimizableSubgraph )
+
+ +

Definition at line 1286 of file OptimizeSubgraphViewTests.cpp.

+
1286 { FullyUnoptimizableSubgraphTestImpl1(); }
+
+
+ +

◆ BOOST_AUTO_TEST_CASE() [7/8]

+ +
+
+ + + + + + + + +
BOOST_AUTO_TEST_CASE (PartiallyOptimizableSubgraph1 )
+
+ +

Definition at line 1287 of file OptimizeSubgraphViewTests.cpp.

+
1287 { PartiallyOptimizableSubgraphTestImpl1(); }
+
+
+ +

◆ BOOST_AUTO_TEST_CASE() [8/8]

+ +
+
+ + + + + + + + +
BOOST_AUTO_TEST_CASE (PartiallyOptimizableSubgraph2 )
+
+ +

Definition at line 1288 of file OptimizeSubgraphViewTests.cpp.

+ +

References BOOST_AUTO_TEST_SUITE_END().

+
1288 { PartiallyOptimizableSubgraphTestImpl2(); }
+
+
+
+
+ + + + -- cgit v1.2.1