Home
last modified time | relevance | path

Searched defs:base_path (Results 1 – 10 of 10) 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/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()