Home
last modified time | relevance | path

Searched refs:asVector (Results 1 – 6 of 6) sorted by relevance

/packages/modules/NeuralNetworks/common/types/src/
DTypes.cpp117 Capabilities::OperandPerformanceTable::asVector() const { in asVector() function in android::nn::Capabilities::OperandPerformanceTable
DTypeUtils.cpp526 return os << operandPerformances.asVector(); in operator <<()
818 a.operandPerformance.asVector() == b.operandPerformance.asVector() && in operator ==()
DValidation.cpp282 NN_TRY(validateVector(operandPerformances.asVector(), validateCapabilitiesOperandPerformance)); in validateCapabilitiesOperandPerformanceTable()
/packages/modules/NeuralNetworks/common/types/include/nnapi/
DTypes.h290 const std::vector<OperandPerformance>& asVector() const;
/packages/modules/NeuralNetworks/runtime/
DNeuralNetworks.cpp1856 for (const auto& operandPerformance : capabilities.operandPerformance.asVector()) { in SL_ANeuralNetworksDevice_forEachOperandPerformanceInfo()
/packages/modules/NeuralNetworks/tools/api/
Dtypes.spec7127 const std::vector<OperandPerformance>& asVector() const;