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(); }