Lines Matching refs:opPerf
624 auto& opPerf = ret.operandPerformance; in convertToV1_2() local
625 opPerf.resize(opPerf.size() + 2); in convertToV1_2()
626 opPerf[opPerf.size() - 2] = {V1_2::OperandType::TENSOR_FLOAT32, in convertToV1_2()
628 opPerf[opPerf.size() - 1] = {V1_2::OperandType::FLOAT32, capabilities.float32Performance}; in convertToV1_2()
630 std::sort(opPerf.begin(), opPerf.end(), in convertToV1_2()
644 auto& opPerf = ret.operandPerformance; in convertToV1_2() local
645 opPerf.resize(opPerf.size() + 2); in convertToV1_2()
646 opPerf[opPerf.size() - 2] = {V1_2::OperandType::TENSOR_FLOAT32, in convertToV1_2()
648 opPerf[opPerf.size() - 1] = {V1_2::OperandType::FLOAT32, capabilities.float32Performance}; in convertToV1_2()
650 std::sort(opPerf.begin(), opPerf.end(), in convertToV1_2()
673 [](V1_3::Capabilities::OperandPerformance opPerf) { in convertToV1_2() argument
674 return validOperandType(static_cast<V1_2::OperandType>(opPerf.type)); in convertToV1_2()
681 [](V1_3::Capabilities::OperandPerformance opPerf) { in convertToV1_2() argument
683 static_cast<V1_2::OperandType>(opPerf.type), opPerf.info}; in convertToV1_2()
705 auto& opPerf = ret.operandPerformance; in convertToV1_3() local
706 opPerf.resize(capabilities.operandPerformance.size()); in convertToV1_3()
708 opPerf.begin(), [](V1_2::Capabilities::OperandPerformance opPerf) { in convertToV1_3() argument
710 static_cast<V1_3::OperandType>(opPerf.type), opPerf.info}; in convertToV1_3()