Searched refs:operandPerformances (Results 1 – 5 of 5) sorted by relevance
74 std::vector<OperandPerformance> operandPerformances) in OperandPerformanceTable() argument75 : mSorted(std::move(operandPerformances)) {} in OperandPerformanceTable()78 std::vector<OperandPerformance> operandPerformances) { in create() argument80 const bool isUnique = std::adjacent_find(operandPerformances.begin(), operandPerformances.end(), in create()81 notUnique) == operandPerformances.end(); in create()87 return Capabilities::OperandPerformanceTable(std::move(operandPerformances)); in create()
651 const Capabilities::OperandPerformanceTable& operandPerformances) { in operator <<() argument652 return os << operandPerformances.asVector(); in operator <<()
309 const Capabilities::OperandPerformanceTable& operandPerformances) { in validateCapabilitiesOperandPerformanceTable() argument313 NN_TRY(validateVector(operandPerformances.asVector(), validateCapabilitiesOperandPerformance)); in validateCapabilitiesOperandPerformanceTable()
274 std::vector<OperandPerformance> operandPerformances);280 explicit OperandPerformanceTable(std::vector<OperandPerformance> operandPerformances);
106 const Capabilities::OperandPerformanceTable& operandPerformances);