fixed minor changes that were result of experiments with impl
This commit is contained in:
parent
1866847c83
commit
8086029c2b
@ -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);
|
||||
|
@ -11,4 +11,5 @@ namespace LayerTestsDefinitions {
|
||||
TEST_P(DetectionOutputLayerTest, CompareWithRefs) {
|
||||
Run();
|
||||
};
|
||||
|
||||
} // namespace LayerTestsDefinitions
|
||||
|
Loading…
Reference in New Issue
Block a user