Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DLegacyHalUtils.cpp329 const V1_0::PerformanceInfo quantized8Performance = in isQuantized8PerformanceConsistentWithP() local
333 [quantized8Performance, &capabilities](V1_3::OperandType type) { in isQuantized8PerformanceConsistentWithP()
334 return quantized8Performance == in isQuantized8PerformanceConsistentWithP()
341 const V1_0::PerformanceInfo quantized8Performance = in isQuantized8PerformanceConsistentWithP() local
345 [quantized8Performance, &capabilities](V1_3::OperandType type) { in isQuantized8PerformanceConsistentWithP()
346 return quantized8Performance == in isQuantized8PerformanceConsistentWithP()
352 makeQuantized8PerformanceConsistentWithP(V1_0::PerformanceInfo quantized8Performance) { in makeQuantized8PerformanceConsistentWithP() argument
357 [quantized8Performance]( in makeQuantized8PerformanceConsistentWithP()
359 return {static_cast<V1_2::OperandType>(type), quantized8Performance}; in makeQuantized8PerformanceConsistentWithP()
557 .quantized8Performance = capabilities.quantized8Performance}; in convertToV1_0()
[all …]
/packages/modules/NeuralNetworks/tools/api/
Dtypes.spec7026 PerformanceInfo quantized8Performance;