Home
last modified time | relevance | path

Searched refs:CreatePrefixPath (Results 1 – 17 of 17) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/debug/
Dcommon.cc30 std::optional<std::string> Common::CreatePrefixPath(const std::string &input_path, const bool suppo… in CreatePrefixPath() function in mindspore::Common
246 auto real_path = CreatePrefixPath(filename); in SaveStringToFile()
297 auto real_log_dir_str = Common::CreatePrefixPath(log_dir_str, true); in GlogLogDirRegister()
Dcommon.h35 static std::optional<std::string> CreatePrefixPath(const std::string &input_path,
Dtrace.cc311 auto real_filepath = Common::CreatePrefixPath(filename); in ExportFuncGraph()
375 auto realpath = Common::CreatePrefixPath(path, true); in GetEvalFailDatPath()
Ddraw.cc190 auto real_filepath = Common::CreatePrefixPath(filepath); in Draw()
201 auto real_filepath = Common::CreatePrefixPath(filepath); in DrawUserFuncGraph()
Danf_ir_dump.cc589 auto realpath = Common::CreatePrefixPath(path); in DumpIR()
631 auto realpath = Common::CreatePrefixPath(path); in DumpIRForRDR()
Danf_ir_utils.cc646 auto real_filepath = Common::CreatePrefixPath(filepath); in ExportIR()
Ddump_proto.cc551 auto realpath = Common::CreatePrefixPath(file_path); in DumpIRProto()
/third_party/mindspore/mindspore/ccsrc/debug/rdr/
Dbase_recorder.cc46 auto realpath = Common::CreatePrefixPath(file_path); in GetFileRealPath()
/third_party/mindspore/mindspore/ccsrc/debug/data_dump/
Ddump_json_parser.cc149 …Common::CreatePrefixPath(path_ + "/rank_" + std::to_string(rank_id) + "/.dump_metadata/data_dump.j… in CopyDumpJsonToDir()
171 …auto realpath = Common::CreatePrefixPath(path_ + "/rank_" + std::to_string(rank_id) + "/.dump_meta… in CopyHcclJsonToDir()
183 …auto realpath = Common::CreatePrefixPath(path_ + "/rank_" + std::to_string(rank_id) + "/.dump_meta… in CopyMSCfgJsonToDir()
213 auto file_path = Common::CreatePrefixPath(filename + ".npy"); in DumpToFile()
/third_party/mindspore/mindspore/ccsrc/fl/server/
Diteration_metrics.cc58 auto realpath = Common::CreatePrefixPath(metrics_file_path_.c_str()); in Initialize()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/strategy_checkpoint/
Dparallel_strategy_checkpoint.cc48 auto realpath = Common::CreatePrefixPath(path); in CheckPath()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dtbe_utils.cc201 auto realpath = Common::CreatePrefixPath(path); in SaveJsonInfo()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline.cc175 auto realpath = Common::CreatePrefixPath(kCompileCacheFilePath); in GetCachedFuncGraph()
212 auto realpath = Common::CreatePrefixPath(kCompileCacheFilePath); in CacheFuncGraph()
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Dproto_exporter.cc561 auto realpath = Common::CreatePrefixPath(file_path); in DumpIRProtoWithSrcInfo()
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/ad/
Dkprim.cc154 Common::CreatePrefixPath(bprop_mindir_path + prim->name() + kBpropMindIRSuffix, true); in ExportBpropToMindIR()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/
Dcommon_utils.cc498 auto realpath = Common::CreatePrefixPath(path); in SaveJsonInfo()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dsession_basic.cc2704 auto realpath = Common::CreatePrefixPath(file_path); in DumpGraphExeOrder()