/external/gson/gson/src/test/java/com/google/gson/internal/ |
D | StreamsTest.java | 59 String actualOutput = stringBuilder.toString(); in testWriterForAppendable() local
|
/external/armnn/src/backends/backendsCommon/test/layerTests/ |
D | PadTestImpl.cpp | 57 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
|
D | FloorTestImpl.cpp | 34 std::vector<T> actualOutput(outputTensorInfo.GetNumElements()); in SimpleFloorTest() local
|
D | ConvertFp32ToFp16TestImpl.cpp | 37 std::vector<armnn::Half> actualOutput(outputTensorInfo.GetNumElements()); in SimpleConvertFp32ToFp16Test() local
|
D | ConvertFp16ToFp32TestImpl.cpp | 39 std::vector<float> actualOutput(outputTensorInfo.GetNumElements()); in SimpleConvertFp16ToFp32Test() local
|
D | FillTestImpl.cpp | 26 std::vector<T> actualOutput(outputTensorInfo.GetNumElements()); in SimpleFillTest() local
|
D | AdditionTestImpl.cpp | 209 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
|
D | FakeQuantizationTestImpl.cpp | 34 std::vector<float> actualOutput(tensorInfo.GetNumElements()); in FakeQuantizationTest() local
|
D | PreluTestImpl.hpp | 72 std::vector<T> actualOutput(outputTensorInfo.GetNumElements()); in PreluTest() local
|
D | NormalizationTestImpl.cpp | 58 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
|
D | BatchNormalizationTestImpl.cpp | 69 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
|
D | ElementwiseUnaryTestImpl.hpp | 60 std::vector<T> actualOutput(outputTensorInfo.GetNumElements()); in ElementwiseUnaryTestHelper() local
|
D | UnidirectionalSequenceLstmTestImpl.cpp | 54 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 …]
|
D | RankTestImpl.cpp | 27 std::vector<int32_t> actualOutput(outputTensorInfo.GetNumElements()); in RankTest() local
|
D | ShapeTestImpl.cpp | 26 std::vector<int32_t> actualOutput(outputTensorInfo.GetNumElements()); in ShapeTest() local
|
D | LogicalTestImpl.cpp | 38 std::vector<uint8_t> actualOutput(outputTensorInfo.GetNumElements()); in LogicalUnaryTestHelper() local 92 std::vector<uint8_t> actualOutput(outputTensorInfo.GetNumElements()); in LogicalBinaryTestHelper() local
|
D | ReshapeTestImpl.cpp | 28 std::vector<T> actualOutput(outputTensorInfo.GetNumElements()); in SimpleReshapeTestImpl() local
|
D | ConstantTestImpl.cpp | 98 std::vector<T> actualOutput(outputTensorInfo.GetNumElements()); in ConstantTestImpl() local
|
D | ChannelShuffleTestImpl.cpp | 27 std::vector<T> actualOutput(outputTensorInfo.GetNumElements()); in ChannelShuffleTestImpl() local
|
D | GatherNdTestImpl.cpp | 33 std::vector<T> actualOutput(outputInfo.GetNumElements()); in GatherNdTestImpl() local
|
D | MirrorPadTestImpl.cpp | 32 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
|
D | QuantizeTestImpl.cpp | 34 std::vector<T> actualOutput(outputTensorInfo.GetNumElements()); in QuantizeTestImpl() local
|
/external/armnn/src/backends/cl/test/ |
D | ICLTensorProxyTests.cpp | 103 std::vector<float> actualOutput(info.GetNumElements()); variable
|
/external/armnn/include/armnnTestUtils/ |
D | MemCopyTestImpl.hpp | 39 std::vector<T> actualOutput(tensorInfo.GetNumElements()); in MemCopyTest() local
|
/external/nullaway/nullaway/src/test/java/com/uber/nullaway/tools/ |
D | SerializationTestHelper.java | 103 private void compare(List<T> actualOutput) { in compare()
|