Searched refs:quantized8Performance (Results 1 – 11 of 11) sorted by relevance
/aosp12/hardware/interfaces/neuralnetworks/utils/common/src/ |
H A D | CommonUtils.cpp | 149 const nn::Capabilities::PerformanceInfo& quantized8Performance) { in makeQuantized8PerformanceConsistentWithP() argument 154 {.type = nn::OperandType::INT32, .info = quantized8Performance}, in makeQuantized8PerformanceConsistentWithP() 155 {.type = nn::OperandType::UINT32, .info = quantized8Performance}, in makeQuantized8PerformanceConsistentWithP() 157 {.type = nn::OperandType::TENSOR_INT32, .info = quantized8Performance}, in makeQuantized8PerformanceConsistentWithP() 158 {.type = nn::OperandType::TENSOR_QUANT8_ASYMM, .info = quantized8Performance}, in makeQuantized8PerformanceConsistentWithP() 159 {.type = nn::OperandType::OEM, .info = quantized8Performance}, in makeQuantized8PerformanceConsistentWithP() 160 {.type = nn::OperandType::TENSOR_OEM_BYTE, .info = quantized8Performance}, in makeQuantized8PerformanceConsistentWithP()
|
/aosp12/hardware/interfaces/neuralnetworks/1.1/utils/src/ |
H A D | Conversions.cpp | 74 const auto quantized8Performance = in unvalidatedConvert() local 75 NN_TRY(unvalidatedConvert(capabilities.quantized8Performance)); in unvalidatedConvert() 81 quantized8Performance); in unvalidatedConvert() 201 .quantized8Performance = NN_TRY(unvalidatedConvert( in unvalidatedConvert()
|
/aosp12/packages/modules/NeuralNetworks/common/ |
H A D | LegacyHalUtils.cpp | 328 const V1_0::PerformanceInfo quantized8Performance = in isQuantized8PerformanceConsistentWithP() local 333 return quantized8Performance == in isQuantized8PerformanceConsistentWithP() 340 const V1_0::PerformanceInfo quantized8Performance = in isQuantized8PerformanceConsistentWithP() local 345 return quantized8Performance == in isQuantized8PerformanceConsistentWithP() 356 [quantized8Performance]( in makeQuantized8PerformanceConsistentWithP() 556 .quantized8Performance = capabilities.quantized8Performance}; in convertToV1_0() 566 .quantized8Performance = lookup(capabilities.operandPerformance, in convertToV1_0() 583 .quantized8Performance = capabilities.quantized8Performance, in convertToV1_1() 598 .quantized8Performance = in convertToV1_1() 611 .quantized8Performance = in convertToV1_1() [all …]
|
/aosp12/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
H A D | BasicTests.cpp | 44 EXPECT_LT(0.0f, capabilities.quantized8Performance.execTime); in TEST_P() 45 EXPECT_LT(0.0f, capabilities.quantized8Performance.powerUsage); in TEST_P()
|
/aosp12/hardware/interfaces/neuralnetworks/1.1/vts/functional/ |
H A D | BasicTests.cpp | 49 EXPECT_LT(0.0f, capabilities.quantized8Performance.execTime); in TEST_P() 50 EXPECT_LT(0.0f, capabilities.quantized8Performance.powerUsage); in TEST_P()
|
/aosp12/hardware/interfaces/neuralnetworks/1.0/utils/src/ |
H A D | Conversions.cpp | 104 const auto quantized8Performance = in unvalidatedConvert() local 105 NN_TRY(unvalidatedConvert(capabilities.quantized8Performance)); in unvalidatedConvert() 109 quantized8Performance); in unvalidatedConvert() 297 .quantized8Performance = NN_TRY(unvalidatedConvert( in unvalidatedConvert()
|
/aosp12/hardware/interfaces/neuralnetworks/utils/common/include/nnapi/hal/ |
H A D | CommonUtils.h | 50 const nn::Capabilities::PerformanceInfo& quantized8Performance);
|
/aosp12/hardware/interfaces/neuralnetworks/1.0/utils/test/ |
H A D | DeviceTest.cpp | 72 .quantized8Performance = kNoPerformanceInfo, in createMockDevice() 129 .quantized8Performance = kNoPerformanceInfo, in TEST()
|
/aosp12/hardware/interfaces/neuralnetworks/1.1/utils/test/ |
H A D | DeviceTest.cpp | 73 .quantized8Performance = kNoPerformanceInfo, in createMockDevice() 138 .quantized8Performance = kNoPerformanceInfo, in TEST()
|
/aosp12/hardware/interfaces/neuralnetworks/1.1/ |
H A D | types.hal | 368 PerformanceInfo quantized8Performance;
|
/aosp12/hardware/interfaces/neuralnetworks/1.0/ |
H A D | types.hal | 1564 PerformanceInfo quantized8Performance;
|