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/_infer_output_tests_8cpp_source.xhtml | 139 ++++++++++++++++++++++++++++ 1 file changed, 139 insertions(+) create mode 100644 21.02/_infer_output_tests_8cpp_source.xhtml (limited to '21.02/_infer_output_tests_8cpp_source.xhtml') diff --git a/21.02/_infer_output_tests_8cpp_source.xhtml b/21.02/_infer_output_tests_8cpp_source.xhtml new file mode 100644 index 0000000000..e75b16ae17 --- /dev/null +++ b/21.02/_infer_output_tests_8cpp_source.xhtml @@ -0,0 +1,139 @@ + + + + + + + + + + + + + +ArmNN: src/armnn/test/InferOutputTests.cpp Source File + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
InferOutputTests.cpp
+
+
+Go to the documentation of this file.
1 //
2 // Copyright © 2017 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #include "InferOutputTests.hpp"
7 
8 #include <test/UnitTests.hpp>
9 
10 #include <boost/test/unit_test.hpp>
11 
12 BOOST_AUTO_TEST_SUITE(LayerValidateOutput)
13 
14 // ArgMinMax
15 ARMNN_SIMPLE_TEST_CASE(ArgMinMaxInferOutputShape4d, ArgMinMaxInferOutputShape4dTest)
16 ARMNN_SIMPLE_TEST_CASE(ArgMinMaxInferOutputShape3d, ArgMinMaxInferOutputShape3dTest)
17 ARMNN_SIMPLE_TEST_CASE(ArgMinMaxInferOutputShape2d, ArgMinMaxInferOutputShape2dTest)
18 ARMNN_SIMPLE_TEST_CASE(ArgMinMaxInferOutputShape1d, ArgMinMaxInferOutputShape1dTest)
19 
20 // BatchToSpace
21 ARMNN_SIMPLE_TEST_CASE(BatchToSpaceInferOutputShape, BatchToSpaceInferOutputShapeTest)
22 
23 // SpaceToDepth
24 ARMNN_SIMPLE_TEST_CASE(SpaceToDepthInferOutputShape, SpaceToDepthInferOutputShapeTest)
25 
26 // PReLU
27 ARMNN_SIMPLE_TEST_CASE(PreluInferOutputShapeSameDims, PreluInferOutputShapeSameDimsTest)
28 ARMNN_SIMPLE_TEST_CASE(PreluInferOutputShapeInputBigger, PreluInferOutputShapeInputBiggerTest)
29 ARMNN_SIMPLE_TEST_CASE(PreluInferOutputShapeAlphaBigger, PreluInferOutputShapeAlphaBiggerTest)
30 ARMNN_SIMPLE_TEST_CASE(PreluInferOutputShapeNoMatch, PreluInferOutputShapeNoMatchTest)
31 ARMNN_SIMPLE_TEST_CASE(PreluValidateTensorShapesFromInputsMatch, PreluValidateTensorShapesFromInputsMatchTest)
32 ARMNN_SIMPLE_TEST_CASE(PreluValidateTensorShapesFromInputsNoMatch, PreluValidateTensorShapesFromInputsNoMatchTest)
33 
34 // Stack
35 ARMNN_SIMPLE_TEST_CASE(StackInferOutputShapeFromInputsMatch, StackInferOutputShapeFromInputsMatchTest)
36 ARMNN_SIMPLE_TEST_CASE(StackInferOutputShapeFromInputsNoMatch, StackInferOutputShapeFromInputsNoMatchTest)
37 ARMNN_SIMPLE_TEST_CASE(StackValidateTensorShapesFromInputsMatch, StackValidateTensorShapesFromInputsMatchTest)
38 ARMNN_SIMPLE_TEST_CASE(StackValidateTensorShapesFromInputsNoMatch, StackValidateTensorShapesFromInputsNoMatchTest)
39 
40 // Convolution2D
41 ARMNN_SIMPLE_TEST_CASE(Convolution2dInferOutputShape, Convolution2dInferOutputShapeTest)
42 
43 // DepthwiseConvolution2D
44 ARMNN_SIMPLE_TEST_CASE(DepthwiseConvolution2dInferOutputShape, DepthwiseConvolution2dInferOutputShapeTest)
45 
46 // TransposeConvolution2D
47 ARMNN_SIMPLE_TEST_CASE(TransposeConvolution2dInferOutputShape, TransposeConvolution2dInferOutputShapeTest)
48 
49 // QLstm
51 
52 // QuantizedLstm
53 ARMNN_SIMPLE_TEST_CASE(QuantizedLstmInferOutputShape, QuantizedLstmInferOutputShapeTest)
54 
BOOST_AUTO_TEST_SUITE(TensorflowLiteParser)
+
void QuantizedLstmInferOutputShapeTest()
+
void PreluValidateTensorShapesFromInputsMatchTest()
+
void ArgMinMaxInferOutputShape1dTest()
+ +
void PreluInferOutputShapeInputBiggerTest()
+
void TransposeConvolution2dInferOutputShapeTest()
+
void ArgMinMaxInferOutputShape4dTest()
+
void DepthwiseConvolution2dInferOutputShapeTest()
+
void PreluInferOutputShapeAlphaBiggerTest()
+
void StackValidateTensorShapesFromInputsMatchTest()
+
void StackInferOutputShapeFromInputsNoMatchTest()
+
#define ARMNN_SIMPLE_TEST_CASE(TestName, TestFunction)
Definition: UnitTests.hpp:97
+
void SpaceToDepthInferOutputShapeTest()
+
void BatchToSpaceInferOutputShapeTest()
+
void Convolution2dInferOutputShapeTest()
+ +
void ArgMinMaxInferOutputShape3dTest()
+
void PreluInferOutputShapeSameDimsTest()
+
BOOST_AUTO_TEST_SUITE_END()
+
void StackValidateTensorShapesFromInputsNoMatchTest()
+
void PreluValidateTensorShapesFromInputsNoMatchTest()
+
void StackInferOutputShapeFromInputsMatchTest()
+
void ArgMinMaxInferOutputShape2dTest()
+
void QLstmInferOutputShapeTest()
+
void PreluInferOutputShapeNoMatchTest()
+
+
+ + + + -- cgit v1.2.1