Searched refs:operandPerformances (Results 1 – 6 of 6) sorted by relevance
85 std::vector<OperandPerformance> operandPerformances) in OperandPerformanceTable() argument86 : mSorted(std::move(operandPerformances)) {} in OperandPerformanceTable()89 std::vector<OperandPerformance> operandPerformances) { in create() argument91 const bool isUnique = std::adjacent_find(operandPerformances.begin(), operandPerformances.end(), in create()92 notUnique) == operandPerformances.end(); in create()98 return Capabilities::OperandPerformanceTable(std::move(operandPerformances)); in create()
525 const Capabilities::OperandPerformanceTable& operandPerformances) { in operator <<() argument526 return os << operandPerformances.asVector(); in operator <<()
278 const Capabilities::OperandPerformanceTable& operandPerformances) { in validateCapabilitiesOperandPerformanceTable() argument282 NN_TRY(validateVector(operandPerformances.asVector(), validateCapabilitiesOperandPerformance)); in validateCapabilitiesOperandPerformanceTable()
287 std::vector<OperandPerformance> operandPerformances);293 explicit OperandPerformanceTable(std::vector<OperandPerformance> operandPerformances);
106 const Capabilities::OperandPerformanceTable& operandPerformances);
7124 std::vector<OperandPerformance> operandPerformances);7130 explicit OperandPerformanceTable(std::vector<OperandPerformance> operandPerformances);