Browse Source

add env control for debug graph file's ump path

pull/101/head
gengchao 5 years ago
parent
commit
8d87941ecc
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/common/graph/utils/graph_utils.cc

+ 1
- 0
src/common/graph/utils/graph_utils.cc View File

@@ -60,6 +60,7 @@ const int32_t kBaseOfIntegerValue = 10;
const char *const kDumpGeGraph = "DUMP_GE_GRAPH";
const int kDumpGraphIndexWidth = 5;
#endif
const char *const kDumpGraphPath = "DUMP_GRAPH_PATH";
const char *const kDumpGraphLevel = "DUMP_GRAPH_LEVEL";
const char *const kDumpStrBuild = "Build";
const char *const kDumpStrPartition = "partition";


Loading…
Cancel
Save