Revert "OpenVINO runtime Configuration API (#7750)" (#9828)

This reverts commit 400e9ad916.
This commit is contained in:
Alexander Zhogov
2022-01-21 13:30:39 +03:00
committed by GitHub
parent 967fc0a756
commit 79ff926b6d
154 changed files with 863 additions and 2028 deletions

View File

@@ -106,8 +106,8 @@ int main(int argc, char* argv[]) {
// -----------------------------------------------------------------------------------------------------
// --------------------------- Set parameters and scale factors -------------------------------------
/** Setting parameter for per layer metrics **/
ov::AnyMap gnaPluginConfig;
ov::AnyMap genericPluginConfig;
std::map<std::string, std::string> gnaPluginConfig;
std::map<std::string, std::string> genericPluginConfig;
if (useGna) {
std::string gnaDevice =
useHetero ? FLAGS_d.substr(FLAGS_d.find("GNA"), FLAGS_d.find(",") - FLAGS_d.find("GNA")) : FLAGS_d;