From f815efc9fcbc3935a18620c97cf073a147a789d9 Mon Sep 17 00:00:00 2001 From: seatea Date: Thu, 28 May 2020 17:10:57 +0800 Subject: [PATCH] Fix codex warning in ms_context.cc --- mindspore/ccsrc/utils/context/ms_context.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/mindspore/ccsrc/utils/context/ms_context.cc b/mindspore/ccsrc/utils/context/ms_context.cc index 0644acca07..a726d79cd5 100644 --- a/mindspore/ccsrc/utils/context/ms_context.cc +++ b/mindspore/ccsrc/utils/context/ms_context.cc @@ -80,6 +80,7 @@ MsContext::MsContext(const std::string &policy, const std::string &target) { enable_loop_sink_ = target == kAscendDevice || target == kDavinciDevice; profiling_mode_ = false; profiling_options_ = "training_trace"; + check_bprop_flag_ = false; } std::shared_ptr MsContext::GetInstance() {