Home
last modified time | relevance | path

Searched defs:operandPerformance (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DConversions.cpp108 [](const hal::V1_2::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()
120 auto operandPerformance = NN_TRY(unvalidatedConvert(capabilities.operandPerformance)); in unvalidatedConvert() local
133 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() local
443 const nn::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.3/utils/src/
H A DConversions.cpp123 [](const hal::V1_3::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()
132 auto operandPerformance = NN_TRY(unvalidatedConvert(capabilities.operandPerformance)); in unvalidatedConvert() local
152 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() local
512 const nn::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()
/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/utils/src/
H A DConversions.cpp168 [](const aidl_hal::OperandPerformance& operandPerformance) { in unvalidatedConvert()
176 auto operandPerformance = NN_TRY(unvalidatedConvert(capabilities.operandPerformance)); in unvalidatedConvert() local
196 const aidl_hal::OperandPerformance& operandPerformance) { in unvalidatedConvert()
754 const nn::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()
764 for (const auto& operandPerformance : table.asVector()) { in unvalidatedConvert() local
1130 auto operandPerformance = NN_TRY(unvalidatedConvert(capabilities.operandPerformance)); in unvalidatedConvert() local
H A DHalUtils.cpp53 void update(std::vector<aidl_hal::OperandPerformance>* operandPerformance, in update()
/aosp_15_r20/packages/modules/NeuralNetworks/common/
DLegacyHalUtils.cpp263 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()
/aosp_15_r20/packages/modules/NeuralNetworks/common/types/src/
DTypeUtils.cpp89 std::vector<Capabilities::OperandPerformance> operandPerformance; in makeOperandPerformance() local
98 void update(std::vector<Capabilities::OperandPerformance>* operandPerformance, OperandType type, in update()
294 auto operandPerformance = makeOperandPerformance(defaultInfo); in makeCapabilities() local
519 const Capabilities::OperandPerformance& operandPerformance) { in operator <<()
DValidation.cpp271 const Capabilities::OperandPerformance& operandPerformance) { in validateCapabilitiesOperandPerformance()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/neuralnetworks/aidl/android.hardware.neuralnetworks-V4-ndk-source/gen/include/aidl/android/hardware/neuralnetworks/
DCapabilities.h40 std::vector<::aidl::android::hardware::neuralnetworks::OperandPerformance> operandPerformance; variable
/aosp_15_r20/packages/modules/NeuralNetworks/driver/sample/
DCanonicalDevice.cpp68 std::vector<Capabilities::OperandPerformance> operandPerformance; in makeCapabilities() local
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/
DNeuralNetworks.cpp1845 constexpr auto conv = [](const Capabilities::OperandPerformance& operandPerformance) { in SL_ANeuralNetworksDevice_forEachOperandPerformanceInfo()
1856 for (const auto& operandPerformance : capabilities.operandPerformance.asVector()) { in SL_ANeuralNetworksDevice_forEachOperandPerformanceInfo() local
/aosp_15_r20/packages/modules/NeuralNetworks/common/types/include/nnapi/
DTypes.h315 OperandPerformanceTable operandPerformance; member