forked from OSSInnovation/mindspore
!3801 fix header include that was deleted by mistake
Merge pull request !3801 from liubuyu/master
This commit is contained in:
commit
d8d502bfb6
|
@ -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…
Reference in New Issue