ArmNN
 21.02
Unsupported.cpp File Reference
#include "ParserFlatbuffersFixture.hpp"
#include "../TfLiteParser.hpp"
#include <armnn/LayerVisitorBase.hpp>
#include <armnn/utility/Assert.hpp>
#include <armnn/utility/NumericCast.hpp>
#include <armnn/utility/PolymorphicDowncast.hpp>
#include <layers/StandInLayer.hpp>
#include <boost/test/unit_test.hpp>
#include <sstream>
#include <string>
#include <vector>

Go to the source code of this file.

Functions

 BOOST_FIXTURE_TEST_CASE (UnsupportedCustomOperator1Input1Output, DummyCustom1Input1OutputFixture)
 
 BOOST_FIXTURE_TEST_CASE (UnsupportedCustomOperator2Inputs1Output, DummyCustom2Inputs1OutputFixture)
 

Function Documentation

◆ BOOST_FIXTURE_TEST_CASE() [1/2]

BOOST_FIXTURE_TEST_CASE ( UnsupportedCustomOperator1Input1Output  ,
DummyCustom1Input1OutputFixture   
)

Definition at line 240 of file Unsupported.cpp.

241 {
242  RunTest();
243 }

◆ BOOST_FIXTURE_TEST_CASE() [2/2]

BOOST_FIXTURE_TEST_CASE ( UnsupportedCustomOperator2Inputs1Output  ,
DummyCustom2Inputs1OutputFixture   
)

Definition at line 245 of file Unsupported.cpp.

References BOOST_AUTO_TEST_SUITE_END().

246 {
247  RunTest();
248 }