fix Unsupported metric key: OPTIMAL_BATCH_SIZE
This commit is contained in:
@@ -71,6 +71,9 @@ inline const std::vector<std::map<std::string, std::string>> generate_configs(co
|
||||
}
|
||||
|
||||
inline const std::string generate_complex_device_name(const std::string& deviceName) {
|
||||
if (deviceName == "BATCH") {
|
||||
return deviceName + ":" + ov::test::conformance::targetDevice + "(4)";
|
||||
}
|
||||
return deviceName + ":" + ov::test::conformance::targetDevice;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user