Searched defs:operandPerformance (Results 1 – 11 of 11) sorted by relevance
109 [](const hal::V1_2::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()121 auto operandPerformance = NN_TRY(unvalidatedConvert(capabilities.operandPerformance)); in unvalidatedConvert() local135 const hal::V1_2::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()415 std::vector<nn::Capabilities::OperandPerformance> operandPerformance; in unvalidatedConvert() local420 [](const nn::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()434 const nn::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()
124 [](const hal::V1_3::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()133 auto operandPerformance = NN_TRY(unvalidatedConvert(capabilities.operandPerformance)); in unvalidatedConvert() local150 const hal::V1_3::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()468 std::vector<nn::Capabilities::OperandPerformance> operandPerformance; in unvalidatedConvert() local473 [](const nn::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()489 const nn::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()
53 void update(std::vector<aidl_hal::OperandPerformance>* operandPerformance, in update()
262 void update(hardware::hidl_vec<VersionedOperandPerformance<version>>* operandPerformance, in update()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()285 const hardware::hidl_vec<VersionedOperandPerformance<version>>& operandPerformance, in lookup()302 const hardware::hidl_vec<V1_2::Capabilities::OperandPerformance>& operandPerformance, in lookup()307 const hardware::hidl_vec<V1_3::Capabilities::OperandPerformance>& operandPerformance, in lookup()1595 const V1_3::Capabilities::OperandPerformance& operandPerformance) { in uncheckedConvert()
645 const Capabilities::OperandPerformance& operandPerformance) { in operator <<()
302 const Capabilities::OperandPerformance& operandPerformance) { in validateCapabilitiesOperandPerformance()
68 std::vector<Capabilities::OperandPerformance> operandPerformance; in makeCapabilities() local
178 [](const aidl_hal::OperandPerformance& operandPerformance) { in unvalidatedConvert()186 auto operandPerformance = NN_TRY(unvalidatedConvert(capabilities.operandPerformance)); in unvalidatedConvert() local203 const aidl_hal::OperandPerformance& operandPerformance) { in unvalidatedConvert()
1766 constexpr auto conv = [](const Capabilities::OperandPerformance& operandPerformance) { in SL_ANeuralNetworksDevice_forEachOperandPerformanceInfo()1777 for (const auto& operandPerformance : capabilities.operandPerformance.asVector()) { in SL_ANeuralNetworksDevice_forEachOperandPerformanceInfo() local
807 std::vector<Capabilities::OperandPerformance> operandPerformance; in createCpuCapabilities() local
302 OperandPerformanceTable operandPerformance; member