Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/
DUtils.cpp2078 const PerformanceInfo quantized8Performance = in isQuantized8PerformanceConsistentWithP() local
2082 [quantized8Performance, &capabilities](OperandType type) { in isQuantized8PerformanceConsistentWithP()
2083 return quantized8Performance == in isQuantized8PerformanceConsistentWithP()
2090 const PerformanceInfo quantized8Performance = in isQuantized8PerformanceConsistentWithP() local
2094 [quantized8Performance, &capabilities](OperandType type) { in isQuantized8PerformanceConsistentWithP()
2095 return quantized8Performance == in isQuantized8PerformanceConsistentWithP()
2101 PerformanceInfo quantized8Performance) { in makeQuantized8PerformanceConsistentWithP() argument
2107 [quantized8Performance](OperandType type) -> V1_2::Capabilities::OperandPerformance { in makeQuantized8PerformanceConsistentWithP()
2108 return {static_cast<V1_2::OperandType>(type), quantized8Performance}; in makeQuantized8PerformanceConsistentWithP()
2306 .quantized8Performance = capabilities.quantized8Performance}; in convertToV1_0()
[all …]