Home
last modified time | relevance | path

Searched defs:expectedOutputData (Results 1 – 25 of 55) sorted by relevance

123

/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DArgMinMaxEndToEndTestImpl.hpp42 const std::vector<int32_t>& expectedOutputData, in ArgMinMaxEndToEndImpl()
74 std::vector<int32_t> expectedOutputData({ 3 }); in ArgMaxEndToEndSimple() local
92 std::vector<int32_t> expectedOutputData({ 1 }); in ArgMinEndToEndSimple() local
116 std::vector<int32_t> expectedOutputData({ 1, 2, 1, 2, in ArgMaxAxis0EndToEnd() local
141 std::vector<int32_t> expectedOutputData({ 0, 0, 0, 0, in ArgMinAxis0EndToEnd() local
166 std::vector<int32_t> expectedOutputData({ 1, 2, 1, 2, in ArgMaxAxis1EndToEnd() local
191 std::vector<int32_t> expectedOutputData({ 0, 0, 0, 0, in ArgMinAxis1EndToEnd() local
216 std::vector<int32_t> expectedOutputData({ 1, 1, 1, 1, in ArgMaxAxis2EndToEnd() local
242 std::vector<int32_t> expectedOutputData({ 0, 0, 0, 0, in ArgMinAxis2EndToEnd() local
268 std::vector<int32_t> expectedOutputData({ 3, 0, in ArgMaxAxis3EndToEnd() local
[all …]
H A DSplitterEndToEndTestImpl.hpp98 …std::map<int, std::vector<T>> expectedOutputData = { { 0, expectedOutput0 }, {1, expectedOutput1} … in Splitter1dEndToEnd() local
133 …std::map<int, std::vector<T>> expectedOutputData = { { 0, expectedOutput0 }, {1, expectedOutput1} … in Splitter2dDim0EndToEnd() local
169 std::map<int, std::vector<T>> expectedOutputData = { { 0, expectedOutput0 }, in Splitter2dDim1EndToEnd() local
218 std::map<int, std::vector<T>> expectedOutputData = { { 0, expectedOutput0 }, in Splitter3dDim0EndToEnd() local
266 std::map<int, std::vector<T>> expectedOutputData = { { 0, expectedOutput0 }, in Splitter3dDim1EndToEnd() local
305 std::map<int, std::vector<T>> expectedOutputData = { { 0, expectedOutput0 }, in Splitter3dDim2EndToEnd() local
387 …std::map<int, std::vector<T>> expectedOutputData = {{ 0, expectedOutput0 }, { 1, expectedOutput1 }… in Splitter4dDim0EndToEnd() local
467 …std::map<int, std::vector<T>> expectedOutputData = {{ 0, expectedOutput0 }, { 1, expectedOutput1 }… in Splitter4dDim1EndToEnd() local
547 …std::map<int, std::vector<T>> expectedOutputData = {{ 0, expectedOutput0 }, { 1, expectedOutput1 }… in Splitter4dDim2EndToEnd() local
614 …std::map<int, std::vector<T>> expectedOutputData = {{ 0, expectedOutput0 }, { 1, expectedOutput1 }… in Splitter4dDim3EndToEnd() local
H A DSpaceToDepthEndToEndTestImpl.cpp66 std::vector<float>& expectedOutputData, in SpaceToDepthEndToEnd()
115 std::vector<float> expectedOutputData = std::vector<float>( in SpaceToDepthNhwcEndToEndTest1() local
146 std::vector<float> expectedOutputData = std::vector<float>( in SpaceToDepthNchwEndToEndTest1() local
177 std::vector<float> expectedOutputData = std::vector<float>( in SpaceToDepthNhwcEndToEndTest2() local
209 std::vector<float> expectedOutputData = std::vector<float>( in SpaceToDepthNchwEndToEndTest2() local
H A DInstanceNormalizationEndToEndTestImpl.cpp64 std::vector<float>& expectedOutputData, in InstanceNormalizationEndToEnd()
135 std::vector<float> expectedOutputData = std::vector<float>( in InstanceNormalizationNhwcEndToEndTest1() local
205 std::vector<float> expectedOutputData = std::vector<float>( in InstanceNormalizationNchwEndToEndTest1() local
276 std::vector<float> expectedOutputData = std::vector<float>( in InstanceNormalizationNhwcEndToEndTest2() local
347 std::vector<float> expectedOutputData = std::vector<float>( in InstanceNormalizationNchwEndToEndTest2() local
H A DConcatEndToEndTestImpl.hpp113 std::map<int, std::vector<T>> expectedOutputData = {{ 0,expectedOutput }}; in ConcatDim0EndToEnd() local
175 std::map<int, std::vector<T>> expectedOutputData = {{ 0,expectedOutput }}; in ConcatDim1EndToEnd() local
237 std::map<int, std::vector<T>> expectedOutputData = {{ 0,expectedOutput }}; in ConcatDim2EndToEnd() local
298 std::map<int, std::vector<T>> expectedOutputData = {{ 0,expectedOutput }}; in ConcatDim3EndToEnd() local
H A DPooling2dEndToEndTestImpl.hpp73 std::map<int, std::vector<T>> expectedOutputData = { { 0, expectedOutput } }; in MaxPool2dEndToEnd() local
98 std::map<int, std::vector<Half>> expectedOutputData = { { 0, expectedOutput } }; in MaxPool2dEndToEndFloat16() local
132 std::map<int, std::vector<T>> expectedOutputData = { { 0, expectedOutput } }; in AvgPool2dEndToEnd() local
163 std::map<int, std::vector<Half>> expectedOutputData = { { 0, expectedOutput } }; in AvgPool2dEndToEndFloat16() local
H A DDequantizeEndToEndTestImpl.hpp54 std::map<int, std::vector<float>> expectedOutputData = { { 0, expectedOutput } }; in DequantizeEndToEndLayerTestImpl() local
72 std::vector<float> expectedOutputData = std::vector<float>( in DequantizeEndToEndSimple() local
94 std::vector<float> expectedOutputData = std::vector<float>( in DequantizeEndToEndOffset() local
H A DPreluEndToEndTestImpl.hpp42 const std::vector<T>& expectedOutputData, in PreluEndToEnd()
81 std::vector<T> expectedOutputData{ 2, 2, 3, 4, 5, 6, 7, 8 }; in PreluEndToEndPositiveTest() local
93 std::vector<T> expectedOutputData{ 1, -4, 3, 4, 5, 6, 7, 8 }; in PreluEndToEndNegativeTest() local
H A DStridedSliceAsyncEndToEndTest.hpp32 … const std::vector<std::map<int, std::vector<TOutput>>>& expectedOutputData, in AsyncThreadedEndToEndTestImpl()
125 const std::map<int, std::vector<TOutput>>& expectedOutputData, in AsyncEndToEndTestImpl()
324 std::map<int, std::vector<T>> expectedOutputData = {{0, outputExpected}}; in StridedSlicedEndToEndTest() local
H A DDepthToSpaceEndToEndTestImpl.hpp63 …std::vector<T> expectedOutputData = armnnUtils::QuantizedVector<T>(floatExpectedOutputData, qScale… in DepthToSpaceEndToEndImpl() local
103 std::vector<float> expectedOutputData = in DepthToSpaceEndToEnd() local
H A DReshapeEndToEndTestImpl.hpp61 std::map<int, std::vector<T>> expectedOutputData = { { 0, data } }; in ReshapeEndToEnd() local
86 std::map<int, std::vector<Half>> expectedOutputData = { { 0, data } }; in ReshapeEndToEndFloat16() local
H A DGatherNdEndToEndTestImpl.hpp88 std::map<int, std::vector<T>> expectedOutputData = {{ 0, expectedOutput }}; in GatherNdEndToEnd() local
156 std::map<int, std::vector<T>> expectedOutputData = {{ 0, expectedOutput }}; in GatherNdMultiDimEndToEnd() local
H A DGatherEndToEndTestImpl.hpp69 std::map<int, std::vector<T>> expectedOutputData = {{ 0, expectedOutput }}; in GatherEndToEnd() local
125 std::map<int, std::vector<T>> expectedOutputData = {{ 0, expectedOutput }}; in GatherMultiDimEndToEnd() local
H A DSliceEndToEndTestImpl.hpp65 std::map<int, std::vector<T>> expectedOutputData = { { 0, expectedOutput } }; in SliceEndToEnd() local
94 std::map<int, std::vector<Half>> expectedOutputData = { { 0, expectedOutput } }; in SliceEndToEndFloat16() local
H A DLogSoftmaxEndToEndTestImpl.cpp51 std::vector<float>& expectedOutputData, in LogSoftmaxEndToEnd()
94 std::vector<float> expectedOutputData = std::vector<float>({ in LogSoftmaxEndToEndTest() local
H A DComparisonEndToEndTestImpl.hpp73 std::map<int, std::vector<uint8_t>> expectedOutputData = {{ 0, expectedOutput }}; in ComparisonSimpleEndToEnd() local
98 std::map<int, std::vector<uint8_t>> expectedOutputData = {{ 0, expectedOutput }}; in ComparisonBroadcastEndToEnd() local
H A DAdditionEndToEndTestImpl.hpp77 std::map<int, std::vector<T>> expectedOutputData = { { 0, expectedOutput } }; in AdditionEndToEnd() local
104 std::map<int, std::vector<Half>> expectedOutputData = { { 0, expectedOutput } }; in AdditionEndToEndFloat16() local
H A DMultiplicationEndToEndTestImpl.hpp65 std::map<int, std::vector<T>> expectedOutputData = { { 0, expectedOutput } }; in MultiplicationEndToEnd() local
92 std::map<int, std::vector<Half>> expectedOutputData = { { 0, expectedOutput } }; in MultiplicationEndToEndFloat16() local
H A DSubtractionEndToEndTestImpl.hpp65 std::map<int, std::vector<T>> expectedOutputData = { { 0, expectedOutput } }; in SubtractionEndToEnd() local
92 std::map<int, std::vector<Half>> expectedOutputData = { { 0, expectedOutput } }; in SubtractionEndToEndFloat16() local
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DTransposeConvolution2dTestImpl.cpp122 const std::vector<float>& expectedOutputData, in TransposeConvolution2dTest()
266 std::vector<float> expectedOutputData = in SimpleTransposeConvolution2dTest() local
356 std::vector<float> expectedOutputData = in PaddedTransposeConvolution2dTest() local
446 std::vector<float> expectedOutputData = in StridedTransposeConvolution2dTest() local
530 std::vector<float> expectedOutputData = in MultiChannelTransposeConvolution2dTest() local
615 std::vector<uint8_t> expectedOutputData = in TransposeConvolution2dPerAxisQuantTest() local
H A DQuantizeTestImpl.cpp30 const std::vector<T>& expectedOutputData, in QuantizeTestImpl()
81 std::vector<T> expectedOutputData = std::vector<T>( in QuantizeSimpleTest() local
118 std::vector<T> expectedOutputData = std::vector<T>( in QuantizeClampTest() local
H A DDequantizeTestImpl.cpp26 const std::vector<T1>& expectedOutputData, in DequantizeTestImpl()
83 std::vector<OutType> expectedOutputData; in DequantizeSimpleTest() local
118 std::vector<float> expectedOutputData = std::vector<float>( in DequantizeOffsetTest() local
/aosp_15_r20/external/armnn/src/armnnDeserializer/test/
H A DParserFlatbuffersSerializeFixture.hpp170 const std::vector<DataType>& expectedOutputData) in RunTest()
182const std::vector<OutputDataType>& expectedOutputData) in RunTest()
192 … const std::map<std::string, std::vector<DataType>>& expectedOutputData) in RunTest()
205 const std::map<std::string, std::vector<OutputDataType>>& expectedOutputData) in RunTest()
/aosp_15_r20/external/armnn/src/armnnTfLiteParser/test/
H A DParserFlatbuffersFixture.hpp313const std::vector<armnn::ResolveType<armnnType>>& expectedOutputData) in RunTest()
327 const std::map<std::string, std::vector<armnn::ResolveType<armnnType>>>& expectedOutputData) in RunTest()
341 const std::map<std::string, std::vector<armnn::ResolveType<armnnType2>>>& expectedOutputData, in RunTest()
413 const std::map<std::string, std::vector<armnn::ResolveType<armnnType2>>>& expectedOutputData) in RunTest()
462 const std::map<std::string, std::vector<armnn::ResolveType<outputType>>>& expectedOutputData) in RunTest()
/aosp_15_r20/external/armnn/src/armnnUtils/
H A DParserPrototxtFixture.hpp187 const std::vector<float>& expectedOutputData) in RunTest()
196 expectedOutputData) in RunComparisonTest()
204 const std::map<std::string, std::vector<T>>& expectedOutputData) in RunTest()

123