Lines Matching refs:OperandPerformance
257 template hardware::hidl_vec<V1_2::Capabilities::OperandPerformance>
259 template hardware::hidl_vec<V1_3::Capabilities::OperandPerformance>
275 void update(hardware::hidl_vec<V1_2::Capabilities::OperandPerformance>* operandPerformance, in update()
279 void update(hardware::hidl_vec<V1_3::Capabilities::OperandPerformance>* operandPerformance, in update()
303 const hardware::hidl_vec<V1_2::Capabilities::OperandPerformance>& operandPerformance, in lookup()
308 const hardware::hidl_vec<V1_3::Capabilities::OperandPerformance>& operandPerformance, in lookup()
351 static hardware::hidl_vec<V1_2::Capabilities::OperandPerformance>
353 hardware::hidl_vec<V1_2::Capabilities::OperandPerformance> ret( in makeQuantized8PerformanceConsistentWithP()
358 V1_3::OperandType type) -> V1_2::Capabilities::OperandPerformance { in makeQuantized8PerformanceConsistentWithP()
629 using OperandPerformance = V1_2::Capabilities::OperandPerformance; in convertToV1_2() typedef
631 [](const OperandPerformance& a, const OperandPerformance& b) { in convertToV1_2()
649 using OperandPerformance = V1_2::Capabilities::OperandPerformance; in convertToV1_2() typedef
651 [](const OperandPerformance& a, const OperandPerformance& b) { in convertToV1_2()
669 hardware::hidl_vec<V1_3::Capabilities::OperandPerformance> opPerfSupported; in convertToV1_2()
673 [](V1_3::Capabilities::OperandPerformance opPerf) { in convertToV1_2()
681 [](V1_3::Capabilities::OperandPerformance opPerf) { in convertToV1_2()
682 return V1_2::Capabilities::OperandPerformance{ in convertToV1_2()
708 opPerf.begin(), [](V1_2::Capabilities::OperandPerformance opPerf) { in convertToV1_3()
709 return V1_3::Capabilities::OperandPerformance{ in convertToV1_3()
1597 Capabilities::OperandPerformance uncheckedConvert( in uncheckedConvert()
1598 const V1_3::Capabilities::OperandPerformance& operandPerformance) { in uncheckedConvert()