Browse Source

!3801 fix header include that was deleted by mistake

Merge pull request !3801 from liubuyu/master
tags/v0.7.0-beta
mindspore-ci-bot Gitee 5 years ago
parent
commit
d8d502bfb6
3 changed files with 1 additions and 2 deletions
  1. +1
    -0
      mindspore/core/ir/func_graph_cloner.cc
  2. +0
    -1
      mindspore/core/utils/profile.cc
  3. +0
    -1
      mindspore/core/utils/profile.h

+ 1
- 0
mindspore/core/ir/func_graph_cloner.cc View File

@@ -23,6 +23,7 @@
#include "base/core_ops.h"
#include "utils/convert_utils_base.h"
#include "utils/log_adapter.h"
#include "utils/profile.h"
#include "utils/context/ms_context.h"
#include "ir/graph_utils.h"



mindspore/ccsrc/utils/profile.cc → mindspore/core/utils/profile.cc View File

@@ -28,7 +28,6 @@
#include "utils/log_adapter.h"

namespace mindspore {

namespace {
constexpr size_t TIME_INFO_PREFIX_NUM_LEN = 4;
const char KEY_PROF_TOTAL[] = "__total__";

mindspore/ccsrc/utils/profile.h → mindspore/core/utils/profile.h View File

@@ -25,7 +25,6 @@
#include "utils/log_adapter.h"

namespace mindspore {

struct TimeInfo;
using TimeInfoMap = std::map<std::string, const TimeInfo *>;


Loading…
Cancel
Save