From 6940dd720ebb6b3d1df8ca203ab696daefe58189 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Fri, 20 Mar 2020 12:25:56 +0000 Subject: renamed Documentation folder 20.02 and added .nojekyll file Signed-off-by: Jim Flynn --- 20.02/_unsupported_8cpp.xhtml | 202 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 202 insertions(+) create mode 100644 20.02/_unsupported_8cpp.xhtml (limited to '20.02/_unsupported_8cpp.xhtml') diff --git a/20.02/_unsupported_8cpp.xhtml b/20.02/_unsupported_8cpp.xhtml new file mode 100644 index 0000000000..2b32e8e519 --- /dev/null +++ b/20.02/_unsupported_8cpp.xhtml @@ -0,0 +1,202 @@ + + + + + + + + + + + + + +ArmNN: src/armnnTfLiteParser/test/Unsupported.cpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
Unsupported.cpp File Reference
+
+
+
#include "ParserFlatbuffersFixture.hpp"
+#include "../TfLiteParser.hpp"
+#include <armnn/LayerVisitorBase.hpp>
+#include <layers/StandInLayer.hpp>
+#include <boost/assert.hpp>
+#include <boost/polymorphic_cast.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 239 of file Unsupported.cpp.

+ +

References RunTest().

+
240 {
241  RunTest();
242 }
int RunTest(const std::string &format, const std::string &inputTensorShapesStr, const vector< armnn::BackendId > &computeDevices, const std::string &dynamicBackendsPath, const std::string &path, const std::string &inputNames, const std::string &inputTensorDataFilePaths, const std::string &inputTypes, bool quantizeInput, const std::string &outputTypes, const std::string &outputNames, const std::string &outputTensorFiles, bool dequantizeOuput, bool enableProfiling, bool enableFp16TurboMode, const double &thresholdTime, bool printIntermediate, const size_t subgraphId, bool enableLayerDetails=false, bool parseUnsupported=false, const std::shared_ptr< armnn::IRuntime > &runtime=nullptr)
+
+
+
+ +

◆ BOOST_FIXTURE_TEST_CASE() [2/2]

+ +
+
+ + + + + + + + + + + + + + + + + + +
BOOST_FIXTURE_TEST_CASE (UnsupportedCustomOperator2Inputs1Output ,
DummyCustom2Inputs1OutputFixture  
)
+
+ +

Definition at line 244 of file Unsupported.cpp.

+ +

References BOOST_AUTO_TEST_SUITE_END(), and RunTest().

+
245 {
246  RunTest();
247 }
int RunTest(const std::string &format, const std::string &inputTensorShapesStr, const vector< armnn::BackendId > &computeDevices, const std::string &dynamicBackendsPath, const std::string &path, const std::string &inputNames, const std::string &inputTensorDataFilePaths, const std::string &inputTypes, bool quantizeInput, const std::string &outputTypes, const std::string &outputNames, const std::string &outputTensorFiles, bool dequantizeOuput, bool enableProfiling, bool enableFp16TurboMode, const double &thresholdTime, bool printIntermediate, const size_t subgraphId, bool enableLayerDetails=false, bool parseUnsupported=false, const std::shared_ptr< armnn::IRuntime > &runtime=nullptr)
+
+
+
+
+
+ + + + -- cgit v1.2.1