ArmNN
 22.08
OptimizeSubgraphViewTests.cpp File Reference
#include <CommonTestUtils.hpp>
#include "MockBackendId.hpp"
#include <Graph.hpp>
#include <Network.hpp>
#include <armnn/BackendRegistry.hpp>
#include <armnnTestUtils/MockBackend.hpp>
#include <doctest/doctest.h>
#include <unordered_map>

Go to the source code of this file.

Functions

 TEST_SUITE ("OptimizeSubGraph")
 

Function Documentation

◆ TEST_SUITE()

TEST_SUITE ( "OptimizeSubGraph"  )

Definition at line 1607 of file OptimizeSubgraphViewTests.cpp.

1608 {
1609 TEST_CASE("FullyUnsupportedSubgraph1") { FullyUnsupporteSubgraphTestImpl1(); }
1610 TEST_CASE("FullyUnsupportedSubgraph2") { FullyUnsupporteSubgraphTestImpl2(); }
1611 TEST_CASE("FullyOptimizableSubgraph1") { FullyOptimizableSubgraphTestImpl1(); }
1612 TEST_CASE("FullyOptimizableSubgraph2") { FullyOptimizableSubgraphTestImpl2(); }
1613 TEST_CASE("PartiallySupportedSubgraph") { PartiallySupportedSubgraphTestImpl(); }
1614 TEST_CASE("FullyUnoptimizableSubgraph") { FullyUnoptimizableSubgraphTestImpl1(); }
1615 TEST_CASE("PartiallyOptimizableSubgraph1") { PartiallyOptimizableSubgraphTestImpl1(); }
1616 TEST_CASE("PartiallyOptimizableSubgraph2") { PartiallyOptimizableSubgraphTestImpl2(); }
1617 
1618 }