From 8d87941ecc6911a0467f6ae8f836ba8646f987e6 Mon Sep 17 00:00:00 2001 From: gengchao Date: Thu, 15 Oct 2020 14:12:51 +0800 Subject: [PATCH] add env control for debug graph file's ump path --- src/common/graph/utils/graph_utils.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/graph/utils/graph_utils.cc b/src/common/graph/utils/graph_utils.cc index c741a316..16a85b77 100644 --- a/src/common/graph/utils/graph_utils.cc +++ b/src/common/graph/utils/graph_utils.cc @@ -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";