Searched refs:quantized8Performance (Results 1 – 10 of 10) sorted by relevance
/hardware/interfaces/neuralnetworks/1.1/utils/src/ |
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()
|
/hardware/interfaces/neuralnetworks/utils/common/src/ |
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()
|
/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
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()
|
/hardware/interfaces/neuralnetworks/1.1/vts/functional/ |
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()
|
/hardware/interfaces/neuralnetworks/1.0/utils/src/ |
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()
|
/hardware/interfaces/neuralnetworks/utils/common/include/nnapi/hal/ |
D | CommonUtils.h | 50 const nn::Capabilities::PerformanceInfo& quantized8Performance);
|
/hardware/interfaces/neuralnetworks/1.1/utils/test/ |
D | DeviceTest.cpp | 73 .quantized8Performance = kNoPerformanceInfo, in createMockDevice() 138 .quantized8Performance = kNoPerformanceInfo, in TEST()
|
/hardware/interfaces/neuralnetworks/1.0/utils/test/ |
D | DeviceTest.cpp | 72 .quantized8Performance = kNoPerformanceInfo, in createMockDevice() 129 .quantized8Performance = kNoPerformanceInfo, in TEST()
|
/hardware/interfaces/neuralnetworks/1.1/ |
D | types.hal | 368 PerformanceInfo quantized8Performance;
|
/hardware/interfaces/neuralnetworks/1.0/ |
D | types.hal | 1564 PerformanceInfo quantized8Performance;
|