Searched refs:quantized8Performance (Results 1 – 10 of 10) sorted by relevance
/hardware/interfaces/neuralnetworks/utils/common/src/ |
D | CommonUtils.cpp | 37 const nn::Capabilities::PerformanceInfo& quantized8Performance) { in makeQuantized8PerformanceConsistentWithP() argument 42 {.type = nn::OperandType::INT32, .info = quantized8Performance}, in makeQuantized8PerformanceConsistentWithP() 43 {.type = nn::OperandType::UINT32, .info = quantized8Performance}, in makeQuantized8PerformanceConsistentWithP() 45 {.type = nn::OperandType::TENSOR_INT32, .info = quantized8Performance}, in makeQuantized8PerformanceConsistentWithP() 46 {.type = nn::OperandType::TENSOR_QUANT8_ASYMM, .info = quantized8Performance}, in makeQuantized8PerformanceConsistentWithP() 47 {.type = nn::OperandType::OEM, .info = quantized8Performance}, in makeQuantized8PerformanceConsistentWithP() 48 {.type = nn::OperandType::TENSOR_OEM_BYTE, .info = quantized8Performance}, in makeQuantized8PerformanceConsistentWithP()
|
/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() 210 .quantized8Performance = quanitized8Performance, in unvalidatedConvert()
|
/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/utils/common/include/nnapi/hal/ |
D | CommonUtils.h | 49 const nn::Capabilities::PerformanceInfo& quantized8Performance);
|
/hardware/interfaces/neuralnetworks/1.0/utils/src/ |
D | Conversions.cpp | 227 const auto quantized8Performance = in unvalidatedConvert() local 228 NN_TRY(unvalidatedConvert(capabilities.quantized8Performance)); in unvalidatedConvert() 232 quantized8Performance); in unvalidatedConvert() 517 const auto quantized8Performance = NN_TRY(unvalidatedConvert( in unvalidatedConvert() local 521 .quantized8Performance = quantized8Performance, in unvalidatedConvert()
|
/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/utils/test/ |
D | DeviceTest.cpp | 73 .quantized8Performance = kNoPerformanceInfo, in createMockDevice() 138 .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;
|