Searched defs:operandPerformance (Results 1 – 11 of 11) sorted by relevance
108 [](const hal::V1_2::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()120 auto operandPerformance = NN_TRY(unvalidatedConvert(capabilities.operandPerformance)); in unvalidatedConvert() local133 const hal::V1_2::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()426 [](const nn::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()434 auto operandPerformance = NN_TRY(unvalidatedConvert(filteredOperandPerformances)); in unvalidatedConvert() local443 const nn::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()
123 [](const hal::V1_3::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()132 auto operandPerformance = NN_TRY(unvalidatedConvert(capabilities.operandPerformance)); in unvalidatedConvert() local152 const hal::V1_3::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()491 [](const nn::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()499 auto operandPerformance = NN_TRY(unvalidatedConvert(filteredOperandPerformances)); in unvalidatedConvert() local512 const nn::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()
168 [](const aidl_hal::OperandPerformance& operandPerformance) { in unvalidatedConvert()176 auto operandPerformance = NN_TRY(unvalidatedConvert(capabilities.operandPerformance)); in unvalidatedConvert() local196 const aidl_hal::OperandPerformance& operandPerformance) { in unvalidatedConvert()754 const nn::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()764 for (const auto& operandPerformance : table.asVector()) { in unvalidatedConvert() local1130 auto operandPerformance = NN_TRY(unvalidatedConvert(capabilities.operandPerformance)); in unvalidatedConvert() local
53 void update(std::vector<aidl_hal::OperandPerformance>* operandPerformance, in update()
263 void update(hardware::hidl_vec<VersionedOperandPerformance<version>>* operandPerformance, in update()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()286 const hardware::hidl_vec<VersionedOperandPerformance<version>>& operandPerformance, in lookup()303 const hardware::hidl_vec<V1_2::Capabilities::OperandPerformance>& operandPerformance, in lookup()308 const hardware::hidl_vec<V1_3::Capabilities::OperandPerformance>& operandPerformance, in lookup()1598 const V1_3::Capabilities::OperandPerformance& operandPerformance) { in uncheckedConvert()
89 std::vector<Capabilities::OperandPerformance> operandPerformance; in makeOperandPerformance() local98 void update(std::vector<Capabilities::OperandPerformance>* operandPerformance, OperandType type, in update()294 auto operandPerformance = makeOperandPerformance(defaultInfo); in makeCapabilities() local519 const Capabilities::OperandPerformance& operandPerformance) { in operator <<()
271 const Capabilities::OperandPerformance& operandPerformance) { in validateCapabilitiesOperandPerformance()
40 std::vector<::aidl::android::hardware::neuralnetworks::OperandPerformance> operandPerformance; variable
68 std::vector<Capabilities::OperandPerformance> operandPerformance; in makeCapabilities() local
1845 constexpr auto conv = [](const Capabilities::OperandPerformance& operandPerformance) { in SL_ANeuralNetworksDevice_forEachOperandPerformanceInfo()1856 for (const auto& operandPerformance : capabilities.operandPerformance.asVector()) { in SL_ANeuralNetworksDevice_forEachOperandPerformanceInfo() local
315 OperandPerformanceTable operandPerformance; member