Home
last modified time | relevance | path

Searched refs:OperandPerformanceTable (Results 1 – 7 of 7) sorted by relevance

/packages/modules/NeuralNetworks/common/
DTypes.cpp73 Capabilities::OperandPerformanceTable::OperandPerformanceTable( in OperandPerformanceTable() function in android::nn::Capabilities::OperandPerformanceTable
77 Result<Capabilities::OperandPerformanceTable> Capabilities::OperandPerformanceTable::create( in create()
87 return Capabilities::OperandPerformanceTable(std::move(operandPerformances)); in create()
90 Capabilities::PerformanceInfo Capabilities::OperandPerformanceTable::lookup( in lookup()
106 Capabilities::OperandPerformanceTable::asVector() const { in asVector()
DTypeUtils.cpp651 const Capabilities::OperandPerformanceTable& operandPerformances) { in operator <<()
DValidation.cpp309 const Capabilities::OperandPerformanceTable& operandPerformances) { in validateCapabilitiesOperandPerformanceTable()
/packages/modules/NeuralNetworks/common/include/nnapi/
DTypes.h271 class OperandPerformanceTable {
273 static Result<OperandPerformanceTable> create(
280 explicit OperandPerformanceTable(std::vector<OperandPerformance> operandPerformances);
302 OperandPerformanceTable operandPerformance;
DTypeUtils.h106 const Capabilities::OperandPerformanceTable& operandPerformances);
/packages/modules/NeuralNetworks/driver/sample/
DCanonicalDevice.cpp75 Capabilities::OperandPerformanceTable::create(std::move(operandPerformance)).value(); in makeCapabilities()
/packages/modules/NeuralNetworks/runtime/
DManager.cpp815 Capabilities::OperandPerformanceTable::create(std::move(operandPerformance)).value(); in createCpuCapabilities()