Home
last modified time | relevance | path

Searched defs:save_path (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/profiler/parser/
Dminddata_pipeline_parser.py59 def save_path(self): member in MinddataPipelineParser
Dminddata_analyzer.py60 def save_path(self): member in MinddataProfilingAnalyzer
Dframework_parser.py211 def save_path(self): member in FrameworkParser
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dtbe_utils.cc76 auto save_path = common::GetEnv(kTUNE_BANK_PATH); in GetBankPath() local
92 auto save_path = common::GetEnv(kTUNE_DUMP_PATH); in GetTuneDumpPath() local
Dascend_kernel_compile.cc216 auto save_path = common::GetEnv(kMS_PARA_DEBUG_PATH); in GetParaDebugPath() local
233 auto save_path = common::GetEnv(kTBE_IMPL_PATH); in GetTbePath() local
/third_party/mindspore/mindspore/core/utils/
Dprofile.h151 void set_file_path(const std::string &save_path) { file_path_ = save_path; } in set_file_path()
/third_party/selinux/libselinux/src/
Dlabel_file.c463 char *save_path, size_t len, struct stat *sb, bool open_oldest) in open_file()