fixed minor changes that were result of experiments with impl

This commit is contained in:
myshevts 2021-11-25 17:42:33 +03:00
parent 1866847c83
commit 8086029c2b
2 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,6 @@ namespace {
}
std::vector<std::string> supported_configKeys = []() -> decltype(PerfHintsConfig::SupportedKeys()) {
auto res = PerfHintsConfig::SupportedKeys();
res.push_back(PluginConfigParams::KEY_PERF_COUNT);
res.push_back(MultiDeviceConfigParams::KEY_MULTI_DEVICE_PRIORITIES);
res.push_back(CONFIG_KEY_INTERNAL(MULTI_WORK_MODE_AS_AUTO));
res.push_back(PluginConfigParams::KEY_PERF_COUNT);

View File

@ -11,4 +11,5 @@ namespace LayerTestsDefinitions {
TEST_P(DetectionOutputLayerTest, CompareWithRefs) {
Run();
};
} // namespace LayerTestsDefinitions