Fix the header file that was deleted by mistake

pull/3801/head
liubuyu 5 years ago
parent b55e5e2ce2
commit e31b583abf

@ -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"

@ -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__";

@ -25,7 +25,6 @@
#include "utils/log_adapter.h"
namespace mindspore {
struct TimeInfo;
using TimeInfoMap = std::map<std::string, const TimeInfo *>;
Loading…
Cancel
Save