Home
last modified time | relevance | path

Searched defs:outputExpected (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DBatchMatMulTestImpl.cpp27 const std::vector<T>& outputExpected, in BatchMatMulTestImpl()
91 std::vector<T> outputExpected = armnnUtils::QuantizedVector<T>({ in BatchMatMul2DSimpleTest() local
169 std::vector<T> outputExpected = armnnUtils::QuantizedVector<T>({ in BatchMatMul3DSimpleTest() local
247 std::vector<T> outputExpected = armnnUtils::QuantizedVector<T>({ in BatchMatMulNCHWSimpleTest() local
330 std::vector<T> outputExpected = armnnUtils::QuantizedVector<T>({ in BatchMatMulNHWCSimpleTest() local
414 std::vector<T> outputExpected = armnnUtils::QuantizedVector<T>({ in BatchMatMul3DBatchTest() local
498 std::vector<T> outputExpected = armnnUtils::QuantizedVector<T>({ in BatchMatMul3DBroadcastTest() local
582 std::vector<T> outputExpected = armnnUtils::QuantizedVector<T>({ in BatchMatMul3D2DBroadcastTest() local
674 std::vector<T> outputExpected = armnnUtils::QuantizedVector<T>({ in BatchMatMulNDHWCNHWCTest() local
753 std::vector<T> outputExpected = armnnUtils::QuantizedVector<T>({ in BatchMatMul2DTinyTest() local
[all …]
H A DStridedSliceTestImpl.cpp105 std::vector<float> outputExpected = std::vector<float>( in StridedSlice4dTest() local
144 std::vector<float> outputExpected = std::vector<float>( in StridedSlice4dReverseTest() local
183 std::vector<float> outputExpected = std::vector<float>( in StridedSliceSimpleStrideTest() local
226 std::vector<float> outputExpected = std::vector<float>( in StridedSliceSimpleRangeMaskTest() local
271 std::vector<float> outputExpected = std::vector<float>( in StridedSliceShrinkAxisMaskTest() local
312 std::vector<float> outputExpected = std::vector<float>( in StridedSliceShrinkAxisMaskBitPosition0Test() local
353 std::vector<float> outputExpected = std::vector<float>( in StridedSliceShrinkAxisMaskBitPosition1Test() local
394 std::vector<float> outputExpected = std::vector<float>( in StridedSliceShrinkAxisMaskBitPosition2Test() local
435 std::vector<float> outputExpected = std::vector<float>( in StridedSliceShrinkAxisMaskBitPosition3Test() local
480 std::vector<float> outputExpected = std::vector<float>( in StridedSliceShrinkAxisMaskBitPosition0And1Test() local
[all …]
H A DPooling2dTestImpl.cpp40 const std::vector<T>& outputExpected, in SimplePooling2dTestImpl()
205 std::vector<T> outputExpected; in SimpleMaxPooling2dSize3x3Stride2x4TestCommon() local
431 std::vector<T> outputExpected; in LargeTensorsAveragePooling2dTestCommon() local
528 auto outputExpected = QuantizedVector<T>( in L2Pooling2dSize3Stride1TestCommon() local
570 auto outputExpected = QuantizedVector<T>( in L2Pooling2dSize3Stride3TestCommon() local
611 auto outputExpected = QuantizedVector<T>( in L2Pooling2dSize3Stride4TestCommon() local
651 auto outputExpected = QuantizedVector<T>( in L2Pooling2dSize7TestCommon() local
692 auto outputExpected = QuantizedVector<T>( in L2Pooling2dSize9TestCommon() local
735 auto outputExpected = QuantizedVector<T>( in AsymmetricNonSquarePooling2dTestCommon() local
935 auto outputExpected = in SimpleMaxPooling2dSize2x2Stride2x2TestCommon() local
[all …]
H A DPooling3dTestImpl.cpp50 const std::vector<T>& outputExpected, in SimplePooling3dTestImpl()
226 std::vector<T> outputExpected = QuantizedVector<T>( in SimpleMaxPooling3dSize2x2x2Stride1x1x1TestCommon() local
397 auto outputExpected = QuantizedVector<T>( in IgnorePaddingSimpleMaxPooling3dTestCommon() local
538 std::vector<T> outputExpected; in LargeTensorsAveragePooling3dTestCommon() local
609 auto outputExpected = QuantizedVector<T>( in IgnorePaddingSimpleAveragePooling3dTestCommon() local
803 auto outputExpected = QuantizedVector<T>( in IgnorePaddingSimpleL2Pooling3dTestCommon() local
864 auto outputExpected = QuantizedVector<T>( { 0.0f, 3.0f, 0.0f, 3.0f, }, qScale, qOffset); in AsymmetricNonSquareMaxPooling3dWithPaddingOnlyPoolTestCommon() local
911 auto outputExpected = QuantizedVector<T>( { 1.0f, 4.0f, 1.0f, 4.0f, }, qScale, qOffset); in AsymmetricNonSquareMaxPooling3dTestCommon() local
958 auto outputExpected = QuantizedVector<T>( { 0.0f, 2.0f, 0.0f, 2.0f, }, qScale, qOffset); in AsymmetricNonSquareAveragePooling3dWithPaddingOnlyPoolTestCommon() local
1004 auto outputExpected = QuantizedVector<T>( { 1.0f, 3.5f, 1.0f, 3.5f, }, qScale, qOffset); in AsymmetricNonSquareAveragePooling3dTestCommon() local
[all …]
H A DPermuteTestImpl.hpp97 std::vector<T> outputExpected = armnnUtils::QuantizedVector<T>( in SimplePermuteTest() local
147 std::vector<T> outputExpected = armnnUtils::QuantizedVector<T>( in PermuteValueSet1Test() local
197 std::vector<T> outputExpected = armnnUtils::QuantizedVector<T>( in PermuteValueSet2Test() local
251 std::vector<T> outputExpected = armnnUtils::QuantizedVector<T>( in PermuteValueSet3Test() local
H A DTransposeTestImpl.hpp99 std::vector<T> outputExpected = armnnUtils::QuantizedVector<T>( in SimpleTransposeTest() local
149 std::vector<T> outputExpected = armnnUtils::QuantizedVector<T>( in TransposeValueSet1Test() local
199 std::vector<T> outputExpected = armnnUtils::QuantizedVector<T>( in TransposeValueSet2Test() local
253 std::vector<T> outputExpected = armnnUtils::QuantizedVector<T>( in TransposeValueSet3Test() local
H A DReshapeTestImpl.cpp94 auto outputExpected = ConvertToDataType<ArmnnType>( in SimpleReshapeTest() local
137 auto outputExpected = ConvertToDataType<ArmnnType>( in Reshape5dTest() local
191 const std::vector<uint8_t> outputExpected = { true, false, false, true }; in ReshapeBooleanTest() local
H A DChannelShuffleTestImpl.cpp83 auto outputExpected = ConvertToDataType<ArmnnType>( in SimpleChannelShuffleTest() local
129 auto outputExpected = ConvertToDataType<ArmnnType>( in ChannelShuffle2DTest() local
197 auto outputExpected = ConvertToDataType<ArmnnType>( in ChannelShuffle4DTest() local
H A DDebugTestImpl.cpp135 std::vector<float> outputExpected = std::vector<float>( in Debug4dTest() local
191 std::vector<float> outputExpected = std::vector<float>( in Debug3dTest() local
245 std::vector<float> outputExpected = std::vector<float>( in Debug2dTest() local
297 std::vector<float> outputExpected = std::vector<float>( in Debug1dTest() local
H A DSpaceToBatchNdTestImpl.cpp117 std::vector<float> outputExpected = std::vector<float>( in SpaceToBatchNdSimpleTest() local
155 std::vector<float> outputExpected = std::vector<float>( in SpaceToBatchNdMultiChannelsTest() local
197 std::vector<float> outputExpected = std::vector<float>( in SpaceToBatchNdMultiBlockTest() local
239 std::vector<float> outputExpected = std::vector<float>( in SpaceToBatchNdPaddingTest() local
H A DActivationTestImpl.cpp449 …std::vector<T> outputExpected = armnnUtils::QuantizedVector<T>(outputExpectedData, outScale, outOf… in SimpleActivationTest() local
567 std::vector<float> outputExpected(inputData.size()); in ReLuTestCommon() local
631 std::vector<float> outputExpected(inputData.size()); in BoundedReLuTestCommon() local
678 std::vector<float> outputExpected(inputData.size()); in SoftReLuTestCommon() local
741 std::vector<float> outputExpected(inputData.size()); in LeakyReLuTestCommon() local
803 std::vector<float> outputExpected(inputData.size()); in AbsTestCommon() local
H A DLstmTestImpl.cpp149 const std::vector<T>& outputExpected, in LstmNoCifgNoPeepholeNoProjectionTestImpl()
347 const std::vector<T>& outputExpected, in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl()
1020 const std::vector<T>& outputExpected, in LstmLayerWithCifgWithPeepholeNoProjectionTestImpl()
1254 const std::vector<T>& outputExpected, in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl()
1496 const std::vector<uint8_t>& outputExpected, in QuantizedLstmTestImpl()
1686 const std::vector<int8_t>& outputExpected) in QLstmTestImpl()
1924 const std::vector<int8_t>& outputExpected) in QLstmTestImpl1()
2189 const std::vector<int8_t>& outputExpected) in QLstmTestImpl2()
H A DSpaceToDepthTestImpl.cpp107 std::vector<float> outputExpected = std::vector<float>( in SpaceToDepthSimpleTest1() local
142 std::vector<float> outputExpected = std::vector<float>( in SpaceToDepthSimpleTest2() local
H A DUnidirectionalSequenceLstmTestImpl.cpp26 const std::vector<T>& outputExpected, in UnidirectionalSequenceLstmTimeMajorSingleBatchTestImpl()
222 const std::vector<T>& outputExpected, in UnidirectionalSequenceLstmLayerFloat32TestImpl()
411 const std::vector<T>& outputExpected, in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl()
H A DConv3dTestImpl.cpp157 const std::vector<T>& outputExpected, in SimpleConvolution3dTestImpl()
H A DConv2dTestImpl.cpp381 const std::vector<O>& outputExpected, in SimpleConvolution2dNhwcTestImpl()
1697 const std::vector<T>& outputExpected, in DepthwiseConvolution2dAsymmetricTestImpl()
/aosp_15_r20/external/armnn/src/armnnTfLiteParser/test/
H A DParserFlatbuffersFixture.hpp381 auto outputExpected = it.second; in RunTest() local
396 auto outputExpected = it.second; in RunTest() local
502 auto outputExpected = it.second; in RunTest() local
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DActivationFixture.hpp37 std::vector<float> outputExpected; member
H A DStridedSliceAsyncEndToEndTest.hpp319 std::vector<T> outputExpected{ in StridedSlicedEndToEndTest() local
/aosp_15_r20/external/armnn/src/armnnDeserializer/test/
H A DParserFlatbuffersSerializeFixture.hpp243 auto outputExpected = it.second; in RunTest() local
/aosp_15_r20/external/armnn/src/armnnUtils/
H A DParserPrototxtFixture.hpp284 auto outputExpected = it.second; in RunTest() local