Home
last modified time | relevance | path

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

/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()
/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()
/packages/modules/NeuralNetworks/driver/sample/
DCanonicalDevice.cpp68 std::vector<Capabilities::OperandPerformance> operandPerformance; in makeCapabilities() local
/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
/packages/modules/NeuralNetworks/common/types/include/nnapi/
DTypes.h314 OperandPerformanceTable operandPerformance; member