Home
last modified time | relevance | path

Searched refs:GetRealPath (Results 1 – 25 of 34) sorted by relevance

12

/third_party/mindspore/mindspore/ccsrc/utils/
Dfile_utils.cc29 std::optional<std::string> FileUtils::GetRealPath(const char *path) { in GetRealPath() function in mindspore::FileUtils
121 return GetRealPath(path.c_str()); in CreateNotExistDirs()
Dfile_utils.h29 static std::optional<std::string> GetRealPath(const char *path);
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dtext_file_op.cc83 auto realpath = FileUtils::GetRealPath(file.data()); in LoadFile()
173 auto realpath = FileUtils::GetRealPath(file.data()); in CountTotalRows()
Dflickr_op.cc97 auto real_file_path = FileUtils::GetRealPath(file_path_.data()); in ParseFlickrData()
166 auto real_file_name = FileUtils::GetRealPath(file_name.data()); in CheckImageType()
Dclue_op.cc86 auto realpath = FileUtils::GetRealPath(file.data()); in LoadFile()
234 auto realpath = FileUtils::GetRealPath(file.data()); in CountTotalRowsPerFile()
Dtf_reader_op.cc46 auto realpath = FileUtils::GetRealPath(filename.data()); in ValidateFirstRowCrc()
274 auto realpath = FileUtils::GetRealPath(filename.data()); in LoadFile()
558 auto realpath = FileUtils::GetRealPath(tf_file.data()); in CreateSchema()
687 auto realpath = FileUtils::GetRealPath(filenames[i].data()); in CountTotalRowsSectioned()
Dmanifest_op.cc137 auto realpath = FileUtils::GetRealPath(file_.data()); in ParseManifestFile()
210 auto realpath = FileUtils::GetRealPath(file_name.data()); in CheckImageType()
Dcsv_op.cc454 auto realpath = FileUtils::GetRealPath(file.data()); in LoadFile()
595 auto realpath = FileUtils::GetRealPath(file.data()); in CountTotalRows()
698 auto realpath = FileUtils::GetRealPath(csv_file_name.data()); in ColMapAnalyse()
759 auto realpath = FileUtils::GetRealPath(csv_file.data()); in ColumnNameValidate()
Dsbu_op.cc145 auto real_folder_path = FileUtils::GetRealPath(common::SafeCStr(folder_path_)); in ParseSBUData()
Dceleba_op.cc74 auto realpath = FileUtils::GetRealPath((folder_path / "list_attr_celeba.txt").ToString().data()); in ParseAttrFile()
Dcityscapes_op.cc127 auto real_dataset_dir = FileUtils::GetRealPath(dataset_dir_.data()); in ParseCityscapesData()
Ddiv2k_op.cc178 auto real_dataset_dir = FileUtils::GetRealPath(dataset_dir_.data()); in GetDIV2KDataByUsage()
Dusps_op.cc129 auto real_dataset_dir = FileUtils::GetRealPath(dataset_dir_.data()); in GetFiles()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/source/
Dceleba_node.cc100 auto realpath = FileUtils::GetRealPath((folder_path / "list_attr_celeba.txt").ToString().data()); in GetDatasetSize()
139 …auto realpath_eval = FileUtils::GetRealPath((folder_path / "list_eval_partition.txt").ToString().d… in GetDatasetSize()
Dtf_record_node.cc69 auto realpath = FileUtils::GetRealPath(f.data()); in ValidateParams()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_hw.cc126 auto realpath = FileUtils::GetRealPath(f.ToString().data()); in GetNumaNodeInfo()
249 auto realpath = FileUtils::GetRealPath(kMemInfoFileName); in GetAvailableMemory()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/text/
Dvocab.cc142 auto realpath = FileUtils::GetRealPath(path.data()); in BuildFromFileCpp()
211 auto realpath = FileUtils::GetRealPath(path.data()); in BuildFromFile()
Dsentence_piece_vocab.cc94 auto realpath = FileUtils::GetRealPath(path.data()); in SaveModel()
/third_party/mindspore/mindspore/ccsrc/cxx_api/
Ddlutils.h60 auto realpath = FileUtils::GetRealPath(unreal_path.c_str()); in DLSoPath()
/third_party/mindspore/mindspore/ccsrc/debug/
Dcommon.cc54 auto pwd_path = FileUtils::GetRealPath("./"); in CreatePrefixPath()
101 auto real_path = FileUtils::GetRealPath(common::SafeCStr(config_path_str)); in GetConfigFile()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/
Dgraph_shared_memory.cc56 auto realpath = FileUtils::GetRealPath(mr_file_.data()); in CreateSharedMemory()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_kernel_runtime.h109 static std::string GetRealPath(const std::string &path);
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/meta/
Dshard_header.cc63 auto realpath = FileUtils::GetRealPath(path.data()); in CheckFileStatus()
600 auto realpath = FileUtils::GetRealPath(dump_file_name.data()); in PagesToFile()
617 auto realpath = FileUtils::GetRealPath(dump_file_name.data()); in FileToPages()
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/io/
Dshard_index_generator.cc174 auto realpath = FileUtils::GetRealPath(dir.value().data()); in CheckDatabase()
496 auto realpath = FileUtils::GetRealPath(shard_address.data()); in ExecuteTransaction()
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/ad/
Dkprim.cc119 auto realpath = FileUtils::GetRealPath(common::SafeCStr(bprop_dir)); in GetBpropHash()
133 FileUtils::GetRealPath(common::SafeCStr(bprop_mindir_path + prim->name() + kBpropMindIRSuffix)); in ImportBpropFromMindIR()

12