Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DConversions.cpp109 [](const hal::V1_2::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()
121 auto operandPerformance = NN_TRY(unvalidatedConvert(capabilities.operandPerformance)); in unvalidatedConvert() local
135 const hal::V1_2::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()
415 std::vector<nn::Capabilities::OperandPerformance> operandPerformance; in unvalidatedConvert() local
420 [](const nn::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()
434 const nn::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()
/aosp12/hardware/interfaces/neuralnetworks/1.3/utils/src/
H A DConversions.cpp124 [](const hal::V1_3::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()
133 auto operandPerformance = NN_TRY(unvalidatedConvert(capabilities.operandPerformance)); in unvalidatedConvert() local
150 const hal::V1_3::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()
468 std::vector<nn::Capabilities::OperandPerformance> operandPerformance; in unvalidatedConvert() local
473 [](const nn::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()
489 const nn::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()
/aosp12/packages/modules/NeuralNetworks/common/
H A DAidlHalUtils.cpp53 void update(std::vector<aidl_hal::OperandPerformance>* operandPerformance, in update()
H A DLegacyHalUtils.cpp262 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()
H A DTypeUtils.cpp645 const Capabilities::OperandPerformance& operandPerformance) { in operator <<()
H A DValidation.cpp302 const Capabilities::OperandPerformance& operandPerformance) { in validateCapabilitiesOperandPerformance()
/aosp12/packages/modules/NeuralNetworks/driver/sample/
H A DCanonicalDevice.cpp68 std::vector<Capabilities::OperandPerformance> operandPerformance; in makeCapabilities() local
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/src/
H A DConversions.cpp178 [](const aidl_hal::OperandPerformance& operandPerformance) { in unvalidatedConvert()
186 auto operandPerformance = NN_TRY(unvalidatedConvert(capabilities.operandPerformance)); in unvalidatedConvert() local
203 const aidl_hal::OperandPerformance& operandPerformance) { in unvalidatedConvert()
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DNeuralNetworks.cpp1766 constexpr auto conv = [](const Capabilities::OperandPerformance& operandPerformance) { in SL_ANeuralNetworksDevice_forEachOperandPerformanceInfo()
1777 for (const auto& operandPerformance : capabilities.operandPerformance.asVector()) { in SL_ANeuralNetworksDevice_forEachOperandPerformanceInfo() local
H A DManager.cpp807 std::vector<Capabilities::OperandPerformance> operandPerformance; in createCpuCapabilities() local
/aosp12/packages/modules/NeuralNetworks/common/include/nnapi/
H A DTypes.h302 OperandPerformanceTable operandPerformance; member