Lines Matching refs:OperandPerformance
256 template hardware::hidl_vec<V1_2::Capabilities::OperandPerformance>
258 template hardware::hidl_vec<V1_3::Capabilities::OperandPerformance>
274 void update(hardware::hidl_vec<V1_2::Capabilities::OperandPerformance>* operandPerformance, in update()
278 void update(hardware::hidl_vec<V1_3::Capabilities::OperandPerformance>* operandPerformance, in update()
302 const hardware::hidl_vec<V1_2::Capabilities::OperandPerformance>& operandPerformance, in lookup()
307 const hardware::hidl_vec<V1_3::Capabilities::OperandPerformance>& operandPerformance, in lookup()
350 static hardware::hidl_vec<V1_2::Capabilities::OperandPerformance>
352 hardware::hidl_vec<V1_2::Capabilities::OperandPerformance> ret( in makeQuantized8PerformanceConsistentWithP()
357 V1_3::OperandType type) -> V1_2::Capabilities::OperandPerformance { in makeQuantized8PerformanceConsistentWithP()
628 using OperandPerformance = V1_2::Capabilities::OperandPerformance; in convertToV1_2() typedef
630 [](const OperandPerformance& a, const OperandPerformance& b) { in convertToV1_2()
648 using OperandPerformance = V1_2::Capabilities::OperandPerformance; in convertToV1_2() typedef
650 [](const OperandPerformance& a, const OperandPerformance& b) { in convertToV1_2()
668 hardware::hidl_vec<V1_3::Capabilities::OperandPerformance> opPerfSupported; in convertToV1_2()
672 [](V1_3::Capabilities::OperandPerformance opPerf) { in convertToV1_2()
680 [](V1_3::Capabilities::OperandPerformance opPerf) { in convertToV1_2()
681 return V1_2::Capabilities::OperandPerformance{ in convertToV1_2()
707 opPerf.begin(), [](V1_2::Capabilities::OperandPerformance opPerf) { in convertToV1_3()
708 return V1_3::Capabilities::OperandPerformance{ in convertToV1_3()
1594 Capabilities::OperandPerformance uncheckedConvert( in uncheckedConvert()
1595 const V1_3::Capabilities::OperandPerformance& operandPerformance) { in uncheckedConvert()