Searched refs:OperandPerformanceTable (Results 1 – 7 of 7) sorted by relevance
73 Capabilities::OperandPerformanceTable::OperandPerformanceTable( in OperandPerformanceTable() function in android::nn::Capabilities::OperandPerformanceTable77 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()
651 const Capabilities::OperandPerformanceTable& operandPerformances) { in operator <<()
309 const Capabilities::OperandPerformanceTable& operandPerformances) { in validateCapabilitiesOperandPerformanceTable()
271 class OperandPerformanceTable {273 static Result<OperandPerformanceTable> create(280 explicit OperandPerformanceTable(std::vector<OperandPerformance> operandPerformances);302 OperandPerformanceTable operandPerformance;
106 const Capabilities::OperandPerformanceTable& operandPerformances);
75 Capabilities::OperandPerformanceTable::create(std::move(operandPerformance)).value(); in makeCapabilities()
815 Capabilities::OperandPerformanceTable::create(std::move(operandPerformance)).value(); in createCpuCapabilities()