From 47764f70db85db9d5baa3e87a725aec882a21e32 Mon Sep 17 00:00:00 2001 From: wuweikang Date: Fri, 20 Nov 2020 16:48:37 +0800 Subject: [PATCH] atc info update --- ge/offline/main.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ge/offline/main.cc b/ge/offline/main.cc index d48b036e..76494c68 100755 --- a/ge/offline/main.cc +++ b/ge/offline/main.cc @@ -302,8 +302,10 @@ class GFlagUtils { " --log Generate log with level. Support debug, info, warning, error, null\n" " --dump_mode The switch of dump json with shape, to be used with mode 1. " "0(default): disable; 1: enable.\n" - " --debug_dir Set the save path of operator compilation intermediate files. Default value: ./\n" - " --op_compiler_cache_dir Set the save path of operator compilation cache files. Default value: ./\n" + " --debug_dir Set the save path of operator compilation intermediate files.\n" + "Default value: ./kernel_meta\n" + " --op_compiler_cache_dir Set the save path of operator compilation cache files.\n" + "Default value: $HOME/atc_data/kernel_cache\n" " --op_compiler_cache_mode Set the operator compilation cache mode." "Options are disable(default), enable and force(force to refresh the cache)");