modif set dump

pull/1335/head
zhou_chao1993 4 years ago
parent 550060c595
commit 13bf1d1b4d

@ -96,7 +96,7 @@ FMK_FUNC_HOST_VISIBILITY FMK_FUNC_DEV_VISIBILITY Status DumpManager::SetDumpConf
dump_mode = dump_config.dump_mode; dump_mode = dump_config.dump_mode;
GELOGI("Dump mode is %s", dump_mode.c_str()); GELOGI("Dump mode is %s", dump_mode.c_str());
dump_properties.SetDumpMode(dump_mode); dump_properties.SetDumpMode(dump_mode);
dump_properties_map_.emplace(kInferSessionId, dump_properties); dump_properties_map_[kInferSessionId] = dump_properties;
return SUCCESS; return SUCCESS;
} }

Loading…
Cancel
Save