Home
last modified time | relevance | path

Searched refs:quantized8Performance (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/neuralnetworks/1.1/utils/src/
DConversions.cpp74 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/
DCommonUtils.cpp149 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/
DBasicTests.cpp44 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/
DBasicTests.cpp49 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/
DConversions.cpp104 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/
DCommonUtils.h50 const nn::Capabilities::PerformanceInfo& quantized8Performance);
/hardware/interfaces/neuralnetworks/1.1/utils/test/
DDeviceTest.cpp73 .quantized8Performance = kNoPerformanceInfo, in createMockDevice()
138 .quantized8Performance = kNoPerformanceInfo, in TEST()
/hardware/interfaces/neuralnetworks/1.0/utils/test/
DDeviceTest.cpp72 .quantized8Performance = kNoPerformanceInfo, in createMockDevice()
129 .quantized8Performance = kNoPerformanceInfo, in TEST()
/hardware/interfaces/neuralnetworks/1.1/
Dtypes.hal368 PerformanceInfo quantized8Performance;
/hardware/interfaces/neuralnetworks/1.0/
Dtypes.hal1564 PerformanceInfo quantized8Performance;