Lines Matching refs:opPerf
2373 auto& opPerf = ret.operandPerformance; in convertToV1_2() local
2374 opPerf.resize(opPerf.size() + 2); in convertToV1_2()
2375 opPerf[opPerf.size() - 2] = {V1_2::OperandType::TENSOR_FLOAT32, in convertToV1_2()
2377 opPerf[opPerf.size() - 1] = {V1_2::OperandType::FLOAT32, capabilities.float32Performance}; in convertToV1_2()
2379 std::sort(opPerf.begin(), opPerf.end(), in convertToV1_2()
2393 auto& opPerf = ret.operandPerformance; in convertToV1_2() local
2394 opPerf.resize(opPerf.size() + 2); in convertToV1_2()
2395 opPerf[opPerf.size() - 2] = {V1_2::OperandType::TENSOR_FLOAT32, in convertToV1_2()
2397 opPerf[opPerf.size() - 1] = {V1_2::OperandType::FLOAT32, capabilities.float32Performance}; in convertToV1_2()
2399 std::sort(opPerf.begin(), opPerf.end(), in convertToV1_2()
2422 [](V1_3::Capabilities::OperandPerformance opPerf) { in convertToV1_2() argument
2423 return validOperandType(static_cast<V1_2::OperandType>(opPerf.type)); in convertToV1_2()
2430 [](V1_3::Capabilities::OperandPerformance opPerf) { in convertToV1_2() argument
2432 static_cast<V1_2::OperandType>(opPerf.type), opPerf.info}; in convertToV1_2()
2454 auto& opPerf = ret.operandPerformance; in convertToV1_3() local
2455 opPerf.resize(capabilities.operandPerformance.size()); in convertToV1_3()
2457 opPerf.begin(), [](V1_2::Capabilities::OperandPerformance opPerf) { in convertToV1_3() argument
2459 static_cast<V1_3::OperandType>(opPerf.type), opPerf.info}; in convertToV1_3()