Home
last modified time | relevance | path

Searched defs:prefix_path (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/mindrecord/common/
Dshard_utils.cc63 std::optional<std::string> prefix_path; in GetFileName() local
78 std::optional<std::string> prefix_path; in GetParentDir() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/common/debug/
Dcommon.cc74 bool Common::MappingName(const std::string &input_path, std::optional<std::string> *prefix_path, in MappingName()
107 std::optional<std::string> prefix_path; in CreatePrefixPath() local
/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dfile_utils.cc317 …id FileUtils::SplitDirAndFileName(const std::string &path, std::optional<std::string> *prefix_path, in SplitDirAndFileName()
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/graph_kernel/converter/
Dgraph_kernel_pass_manager_lite.cc454 std::optional<std::string> prefix_path; in CreatePrefixPath() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/debug/data_dump/
Ddump_json_parser.cc398 std::optional<std::string> prefix_path; in DumpToFile() local
/third_party/rust/crates/bindgen/bindgen/ir/
Dcontext.rs2563 let mut prefix_path = in compute_allowlisted_and_codegen_items() localVariable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/debug/
Ddebug_services.cc2265 std::string prefix_path = input_path.substr(0, path_split_pos); in RealPath() local
/third_party/rust/rust/compiler/rustc_resolve/src/
Dlate.rs3558 let prefix_path = match path.split_last() { in smart_resolve_path_fragment() localVariable