Searched refs:operandPerformances (Results 1 – 2 of 2) sorted by relevance
40 std::vector<nn::Capabilities::OperandPerformance> operandPerformances = { in makeQuantized8PerformanceConsistentWithP() local50 return nn::Capabilities::OperandPerformanceTable::create(std::move(operandPerformances)) in makeQuantized8PerformanceConsistentWithP()
762 std::vector<OperandPerformance> operandPerformances; in unvalidatedConvert() local763 operandPerformances.reserve(table.asVector().size()); in unvalidatedConvert()765 operandPerformances.push_back(NN_TRY(unvalidatedConvert(operandPerformance))); in unvalidatedConvert()767 return operandPerformances; in unvalidatedConvert()