Lines Matching refs:opPerf
623 auto& opPerf = ret.operandPerformance; in convertToV1_2() local
624 opPerf.resize(opPerf.size() + 2); in convertToV1_2()
625 opPerf[opPerf.size() - 2] = {V1_2::OperandType::TENSOR_FLOAT32, in convertToV1_2()
627 opPerf[opPerf.size() - 1] = {V1_2::OperandType::FLOAT32, capabilities.float32Performance}; in convertToV1_2()
629 std::sort(opPerf.begin(), opPerf.end(), in convertToV1_2()
643 auto& opPerf = ret.operandPerformance; in convertToV1_2() local
644 opPerf.resize(opPerf.size() + 2); in convertToV1_2()
645 opPerf[opPerf.size() - 2] = {V1_2::OperandType::TENSOR_FLOAT32, in convertToV1_2()
647 opPerf[opPerf.size() - 1] = {V1_2::OperandType::FLOAT32, capabilities.float32Performance}; in convertToV1_2()
649 std::sort(opPerf.begin(), opPerf.end(), in convertToV1_2()
672 [](V1_3::Capabilities::OperandPerformance opPerf) { in convertToV1_2() argument
673 return validOperandType(static_cast<V1_2::OperandType>(opPerf.type)); in convertToV1_2()
680 [](V1_3::Capabilities::OperandPerformance opPerf) { in convertToV1_2() argument
682 static_cast<V1_2::OperandType>(opPerf.type), opPerf.info}; in convertToV1_2()
704 auto& opPerf = ret.operandPerformance; in convertToV1_3() local
705 opPerf.resize(capabilities.operandPerformance.size()); in convertToV1_3()
707 opPerf.begin(), [](V1_2::Capabilities::OperandPerformance opPerf) { in convertToV1_3() argument
709 static_cast<V1_3::OperandType>(opPerf.type), opPerf.info}; in convertToV1_3()