Home
last modified time | relevance | path

Searched defs:base_path (Results 1 – 13 of 13) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/common/helper/external_tensor/
Dfile_helper.h26 explicit FileExternalTensorHelper(std::string base_path) : base_path_(base_path) {} in FileExternalTensorHelper()
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/
Dschema_tensor_wrapper.cc28const std::string &base_path, mindspore::infer::helper::InferHelpers *infer_helpers) { in Init()
/third_party/gn/src/base/files/
Dscoped_temp_dir.cc38 bool ScopedTempDir::CreateUniqueTempDirUnderPath(const FilePath& base_path) { in CreateUniqueTempDirUnderPath()
/third_party/libabigail/tests/
Dtest-symtab.cc331 const std::string base_path = variable
412 const std::string base_path = "kernel-modversions/"; variable
/third_party/skia/third_party/externals/angle2/scripts/
Dperf_test_runner.py21 base_path = os.path.abspath(os.path.join(os.path.dirname(os.path.abspath(__file__)), '..')) variable
/third_party/skia/third_party/externals/dawn/scripts/
Dperf_test_runner.py25 base_path = os.path.abspath( variable
/third_party/rust/rust/src/tools/build-manifest/src/
Dmanifest.rs55 let base_path = builder.input.join(base_path); in add_tarball() localVariable
87 let base_path = builder.input.join(base_path); in from_compressed_tar() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/tests/slow-tests/
Dmain.rs968 let base_path = PathBuf::from(format!("file://{tmp_dir_str}")); in test_will_rename_files_same_level() localVariable
/third_party/rust/rust/compiler/rustc_mir_dataflow/src/move_paths/
Dbuilder.rs459 let base_path = match self.move_path_for(base_place) { in gather_move() localVariable
/third_party/nghttp2/src/
Dhttp2.cc1318 std::string path_join(const StringRef &base_path, const StringRef &base_query, in path_join()
1665 StringRef path_join(BlockAllocator &balloc, const StringRef &base_path, in path_join()
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_find_array_copies.c315 try_match_deref(nir_deref_path *base_path, int *path_array_idx, in try_match_deref()
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/cxx_api/model/
Dmodel_impl.cc258 std::string base_path = ""; in LoadGraphByBufferImpl() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/kernel/
Dframework_utils.cc565 …SaveJsonInfo(const std::string &json_name, const std::string &info, const std::string &base_path) { in SaveJsonInfo()