Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/include/
DUtils.h163 hidl_vec<Capabilities::OperandPerformance> nonExtensionOperandPerformance(PerformanceInfo perf);
168 void update(hidl_vec<Capabilities::OperandPerformance>* operandPerformance, OperandType type,
174 PerformanceInfo lookup(const hidl_vec<Capabilities::OperandPerformance>& operandPerformance,
/frameworks/ml/nn/common/
DUtils.cpp1800 hidl_vec<Capabilities::OperandPerformance> nonExtensionOperandPerformance(PerformanceInfo perf) { in nonExtensionOperandPerformance()
1801 using OpPerf = Capabilities::OperandPerformance; in nonExtensionOperandPerformance()
1810 return Capabilities::OperandPerformance{type, perf}; in nonExtensionOperandPerformance()
1818 void update(hidl_vec<Capabilities::OperandPerformance>* operandPerformance, OperandType type, in update()
1822 [](const Capabilities::OperandPerformance& perf, in update()
1829 PerformanceInfo lookup(const hidl_vec<Capabilities::OperandPerformance>& operandPerformance, in lookup()
1832 [](const Capabilities::OperandPerformance& perf, in lookup()
1861 static hidl_vec<V1_2::Capabilities::OperandPerformance> makeQuantized8PerformanceConsistentWithP( in makeQuantized8PerformanceConsistentWithP()
1863 hidl_vec<V1_2::Capabilities::OperandPerformance> ret( in makeQuantized8PerformanceConsistentWithP()
1869 [quantized8Performance](OperandType type) -> V1_2::Capabilities::OperandPerformance { in makeQuantized8PerformanceConsistentWithP()
[all …]