Browse Source

!1446 modify set dump in c77

From: @zhou_chao1993
Reviewed-by: @xchu42,@ji_chen
Signed-off-by: @lbisdaddy
tags/v1.2.0
mindspore-ci-bot Gitee 4 years ago
parent
commit
aeec1cb08b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/common/dump/dump_manager.cc

+ 1
- 1
ge/common/dump/dump_manager.cc View File

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

return SUCCESS;
}


Loading…
Cancel
Save