Home
last modified time | relevance | path

Searched defs:actualOutput (Results 1 – 25 of 70) sorted by relevance

123

/external/gson/gson/src/test/java/com/google/gson/internal/
DStreamsTest.java59 String actualOutput = stringBuilder.toString(); in testWriterForAppendable() local
/external/armnn/src/backends/backendsCommon/test/layerTests/
DPadTestImpl.cpp57 std::vector<T> actualOutput(outputTensorInfo.GetNumElements()); in Pad2dTestCommon() local
144 std::vector<T> actualOutput(outputTensorInfo.GetNumElements()); in Pad3dTestCommon() local
385 std::vector<T> actualOutput(outputTensorInfo.GetNumElements()); in Pad4dTestCommon() local
460 std::vector<T> actualOutput(outputTensorInfo.GetNumElements()); in PadQAsymmTestCommon() local
DFloorTestImpl.cpp34 std::vector<T> actualOutput(outputTensorInfo.GetNumElements()); in SimpleFloorTest() local
DConvertFp32ToFp16TestImpl.cpp37 std::vector<armnn::Half> actualOutput(outputTensorInfo.GetNumElements()); in SimpleConvertFp32ToFp16Test() local
DConvertFp16ToFp32TestImpl.cpp39 std::vector<float> actualOutput(outputTensorInfo.GetNumElements()); in SimpleConvertFp16ToFp32Test() local
DFillTestImpl.cpp26 std::vector<T> actualOutput(outputTensorInfo.GetNumElements()); in SimpleFillTest() local
DAdditionTestImpl.cpp209 std::vector<T> actualOutput(outputTensorInfo.GetNumElements()); in AdditionBroadcastTestImpl() local
295 std::vector<T> actualOutput(outputTensorInfo.GetNumElements()); in AdditionBroadcast1ElementTestImpl() local
603 std::vector<float> actualOutput(addOutputTensorInfo.GetNumElements()); in AdditionAfterMaxPoolTest() local
670 std::vector<float> actualOutput(outputTensorInfo.GetNumElements()); in CompareAdditionTest() local
DFakeQuantizationTestImpl.cpp34 std::vector<float> actualOutput(tensorInfo.GetNumElements()); in FakeQuantizationTest() local
DPreluTestImpl.hpp72 std::vector<T> actualOutput(outputTensorInfo.GetNumElements()); in PreluTest() local
DNormalizationTestImpl.cpp58 std::vector<float> actualOutput(outputTensorInfo.GetNumElements()); in SimpleNormalizationTestImpl() local
215 std::vector<float> actualOutput(outputTensorInfo.GetNumElements()); in SimpleNormalizationNhwcTestImpl() local
322 std::vector<float> actualOutput(outputTensorInfo.GetNumElements()); in CompareNormalizationTestImpl() local
419 std::vector<float> actualOutput(outputTensorInfo.GetNumElements()); in AcrossChannelNormalizationTestImpl() local
DBatchNormalizationTestImpl.cpp69 std::vector<T> actualOutput(outputTensorInfo.GetNumElements()); in BatchNormTestImpl() local
183 std::vector<T> actualOutput(outputTensorInfo.GetNumElements()); in BatchNormTestNhwcImpl() local
643 std::vector<float> actualOutput(outputTensorInfo.GetNumElements()); in CompareBatchNormTest() local
DElementwiseUnaryTestImpl.hpp60 std::vector<T> actualOutput(outputTensorInfo.GetNumElements()); in ElementwiseUnaryTestHelper() local
DUnidirectionalSequenceLstmTestImpl.cpp54 std::vector<T> actualOutput(outputTensorInfo.GetNumElements()); in UnidirectionalSequenceLstmTimeMajorSingleBatchTestImpl() local
250 std::vector<T> actualOutput(outputTensorInfo.GetNumElements()); in UnidirectionalSequenceLstmLayerFloat32TestImpl() local
439 std::vector<T> actualOutput(outputTensorInfo.GetNumElements()); in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local
700 std::vector<float> actualOutput(outputTensorInfo.GetNumElements()); in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTest() local
952 std::vector<float> actualOutput(outputTensorInfo.GetNumElements()); in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTest() local
1192 std::vector<float> actualOutput(outputTensorInfo.GetNumElements()); in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTest() local
1367 std::vector<float> actualOutput(outputTensorInfo.GetNumElements()); in UnidirectionalSequenceLstmLayerInt8Test() local
1521 std::vector<float> actualOutput(outputTensorInfo.GetNumElements()); in UnidirectionalSequenceLstmLayerInt8TimeMajorTest() local
1675 std::vector<float> actualOutput(outputTensorInfo.GetNumElements()); in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionTest() local
1855 std::vector<float> actualOutput(outputTensorInfo.GetNumElements()); in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionWithLayerNormTest() local
[all …]
DRankTestImpl.cpp27 std::vector<int32_t> actualOutput(outputTensorInfo.GetNumElements()); in RankTest() local
DShapeTestImpl.cpp26 std::vector<int32_t> actualOutput(outputTensorInfo.GetNumElements()); in ShapeTest() local
DLogicalTestImpl.cpp38 std::vector<uint8_t> actualOutput(outputTensorInfo.GetNumElements()); in LogicalUnaryTestHelper() local
92 std::vector<uint8_t> actualOutput(outputTensorInfo.GetNumElements()); in LogicalBinaryTestHelper() local
DReshapeTestImpl.cpp28 std::vector<T> actualOutput(outputTensorInfo.GetNumElements()); in SimpleReshapeTestImpl() local
DConstantTestImpl.cpp98 std::vector<T> actualOutput(outputTensorInfo.GetNumElements()); in ConstantTestImpl() local
DChannelShuffleTestImpl.cpp27 std::vector<T> actualOutput(outputTensorInfo.GetNumElements()); in ChannelShuffleTestImpl() local
DGatherNdTestImpl.cpp33 std::vector<T> actualOutput(outputInfo.GetNumElements()); in GatherNdTestImpl() local
DMirrorPadTestImpl.cpp32 std::vector<T> actualOutput(outputTensorInfo.GetNumElements()); in MirrorPad2dTestCommon() local
78 std::vector<T> actualOutput(outputTensorInfo.GetNumElements()); in MirrorPad3dTestCommon() local
123 std::vector<T> actualOutput(outputTensorInfo.GetNumElements()); in MirrorPad4dTestCommon() local
DQuantizeTestImpl.cpp34 std::vector<T> actualOutput(outputTensorInfo.GetNumElements()); in QuantizeTestImpl() local
/external/armnn/src/backends/cl/test/
DICLTensorProxyTests.cpp103 std::vector<float> actualOutput(info.GetNumElements()); variable
/external/armnn/include/armnnTestUtils/
DMemCopyTestImpl.hpp39 std::vector<T> actualOutput(tensorInfo.GetNumElements()); in MemCopyTest() local
/external/nullaway/nullaway/src/test/java/com/uber/nullaway/tools/
DSerializationTestHelper.java103 private void compare(List<T> actualOutput) { in compare()

123