Home
last modified time | relevance | path

Searched defs:outputValues (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DCastTestImpl.cpp15 const std::vector<TOutput>& outputValues) in CastTest()
67 … std::vector<float> outputValues = { -1.0f, -3.0f, -1.0f, -3.0f, -1.0f, -3.0f, -1.0f, -3.0f, 1.0f, in CastInt32ToFloat2dTest() local
80 … std::vector<float> outputValues = { -1.0f, -3.0f, -1.0f, -3.0f, -1.0f, -3.0f, -1.0f, -3.0f, 1.0f, in CastInt16ToFloat2dTest() local
93 … std::vector<float> outputValues = { -1.0f, -3.0f, -1.0f, -3.0f, -1.0f, -3.0f, -1.0f, -3.0f, 1.0f, in CastInt8ToFloat2dTest() local
106 … std::vector<float> outputValues = { -1.0f, -3.0f, -1.0f, -3.0f, -1.0f, -3.0f, -1.0f, -3.0f, 1.0f, in CastInt8AsymmToFloat2dTest() local
118 std::vector<float> outputValues = { 1.0f, 3.0f, 1.0f, 3.0f, 1.0f, 3.0f, 1.0f, 3.0f, 1.0f, in CastUInt8ToFloat2dTest() local
131 std::vector<uint8_t> outputValues = { 0, 0, 0, 0, 0, 0, 0, 0, 0, in CastInt8ToUInt82dTest() local
144 std::vector<uint8_t> outputValues = { 0, 0, 0, 0, 0, 0, 0, 0, 0, in CastInt8AsymmToUInt82dTest() local
159 … std::vector<float> outputValues = { -1.1f, -3.0f, -1.3f, -3.0f, -1.0f, -3.0f, -1.0f, -3.0f, 1.0f, in CastFloat16ToFloat322dTest() local
179 …std::vector<float> outputValues = { -37.5f, -15.2f, -8.76f, -2.0f, -1.5f, -1.3f, -0.5f, -0.4f, 0.0… in CastBFloat16ToFloat322dTest() local
[all …]
H A DArgMinMaxTestImpl.cpp85 std::vector<int32_t> outputValues({ 3 }); in ArgMaxSimpleTest() local
113 std::vector<int32_t> outputValues({ 1 }); in ArgMinSimpleTest() local
148 std::vector<int32_t> outputValues({ 0, 0, 0, 0, in ArgMinChannelTest() local
184 std::vector<int32_t> outputValues({ 2, 2, 2, 2, in ArgMaxChannelTest() local
219 std::vector<int32_t> outputValues({ 1, 1, 1, 1, in ArgMaxHeightTest() local
255 std::vector<int32_t> outputValues({ 0, 0, in ArgMinWidthTest() local
H A DReduceSumTestImpl.cpp104 std::vector<float> outputValues({ 34.0f }); in ReduceSumSimpleTest() local
144 std::vector<float> outputValues({ 111.0f, 222.0f, 333.0f, 444.0f, in ReduceSumSingleAxisTest1() local
202 std::vector<float> outputValues({ 28.0f, 35.0f, 30.0f, 27.0f, in ReduceSumSingleAxisTest2() local
261 std::vector<float> outputValues({ 22.0f, 17.0f, 24.0f, in ReduceSumSingleAxisTest3() local
309 std::vector<float> outputValues({ 666.0f, 888.0f, 1110.0f, 1332.0f }); in ReduceSumMultipleAxisTest() local
H A DReduceProdTestImpl.cpp103 std::vector<float> outputValues({ 7200.0f }); in ReduceProdSimpleTest() local
139 …std::vector<float> outputValues({ 1000.0f, 8000.0f, 27000.0f, 64000.0f, 125000.0f, 216000.0f, 3430… in ReduceProdSingleAxisTest1() local
197 std::vector<float> outputValues({ 2940.f, 18432.f, 9408.f, 1568.f, in ReduceProdSingleAxisTest2() local
256 std::vector<float> outputValues({ 336.f, 56.f, 1029.f, in ReduceProdSingleAxisTest3() local
304 std::vector<float> outputValues({ 1512500.f, 20908800.f, 112058100.f, 396492800.f }); in ReduceProdMultipleAxisTest() local
H A DReductionTestImpl.cpp109 std::vector<float> outputValues in ReduceMaxSimpleTest() local
149 std::vector<float> outputValues in ReduceMaxNegativeAxisTest() local
191 std::vector<float> outputValues in ReduceMaxSimpleTest2() local
232 std::vector<float> outputValues in ReduceMinSimpleTest() local
272 std::vector<float> outputValues in ReduceMinNegativeAxisTest() local
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DComputeShaderTest.cpp69 T outputValues[kWidth * kHeight] = {}; in runSharedMemoryTest() local
743 GLuint outputValues[kWidth][kHeight]; in TEST_P() local
835 GLuint outputValues[kWidth][kHeight]; in TEST_P() local
900 GLuint outputValues[2][1]; in TEST_P() local
967 GLuint outputValues[2][1]; in TEST_P() local
1028 GLuint outputValues[kTextureWidth * kTextureHeight]; in TEST_P() local
1097 GLuint outputValues[kTextureWidth * kTextureHeight]; in TEST_P() local
1364 GLuint outputValues[kWidth * kHeight]; in TEST_P() local
1423 GLuint outputValues[kWidth * kHeight]; in TEST_P() local
1485 GLuint outputValues[kWidth * kHeight]; in TEST_P() local
[all …]
/aosp_15_r20/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactModifierTests.java879 ContentValues outputValues = list.get(0).getAfter(); in testMigratePostalFromGoogleToExchange() local
906 ContentValues outputValues = list.get(0).getAfter(); in testMigratePostalFromExchangeToGoogle() local
945 ContentValues outputValues = list.get(0).getAfter(); in testMigrateEventCommon() local
976 ContentValues outputValues = list.get(0).getAfter(); in testMigrateEventFromGoogleToExchange2() local
1019 ContentValues outputValues = list.get(0).getAfter(); in testMigrateEmailFromGoogleToExchange() local
1082 ContentValues outputValues = list.get(0).getAfter(); in testMigrateImFromGoogleToExchange() local
1163 ContentValues outputValues = list.get(0).getAfter(); in testMigratePhoneFromGoogleToExchange() local
1197 ContentValues outputValues = list.get(0).getAfter(); in testMigrateOrganizationFromGoogleToExchange() local
/aosp_15_r20/external/armnn/src/backends/reference/test/
H A DArgMinMaxTests.cpp18 std::vector<int64_t> outputValues(outputInfo.GetNumElements()); variable
38 std::vector<int64_t> outputValues(outputInfo.GetNumElements()); variable
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderFConvertTests.cpp810 auto outputValues = in iterate() local
837 auto outputValues = in iterate() local
864 auto outputValues = in iterate() local
/aosp_15_r20/external/armnn/samples/SpeechRecognition/test/
H A DDecoderTest.cpp45 std::vector<uint16_t> outputValues = variable
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiCommandBuffersTests.cpp5548 std::vector<uint32_t> outputValues(valueCount, 0u); in manyIndirectDispatchesTest() local
5740 std::vector<uint32_t> outputValues(valueCount, 0u); in iterate() local
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DTestValidateOperations.cpp1286 ANeuralNetworksOperandType outputValues = getOpType(inputOperandType, 4, outputDimensions); in topkV2Test() local
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-plugin-ij193/1.3.61-release-180/
HDkotlin-plugin-ij193-1.3.61-release-180.jarMETA-INF/ META-INF/MANIFEST.MF kotlinManifest.properties META-INF/annotation ...