Change name of vpux plugin (#9744)

This commit is contained in:
Mikhail Kozlov
2022-01-19 22:01:55 -08:00
committed by GitHub
parent d554713bf9
commit 42309d1a65

View File

@@ -16,9 +16,9 @@ namespace conformance {
inline const std::string getPluginLibNameByDevice(const std::string& deviceName) {
const std::map<std::string, std::string> devices{
{ "AUTO", "AutoPlugin" },
{ "AUTO", "ov_multi_plugin" },
{ "HDDL", "HDDLPlugin" },
{ "VPUX", "VPUXPlugin" },
{ "VPUX", "ov_intel_vpux_plugin" },
{ "AUTO", "ov_auto_plugin" },
{ "CPU", "ov_intel_cpu_plugin" },
{ "GNA", "ov_intel_gna_plugin" },