Home
last modified time | relevance | path

Searched defs:cache_path (Results 1 – 14 of 14) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/st/compile_cache/
Dtest_compile_cache.py49 def exec_model_and_check_result(cur_model_path, dataset_path, config_path, cache_path, check_contex… argument
75 def run_twice_with_same_network(file_name, cache_path, log_file_name_first, log_file_name_second, u… argument
140 def run_compile_cache_mp(file_name, cache_path, log_file_name_first, log_file_name_second): argument
185 def run_twice_with_different_networks(file_name_first, file_name_second, cache_path, log_file_name_… argument
218 def run_two_cells_networks_once(file_name, cache_path, log_file_name): argument
246 def start_ps_subprocess(script_path, cache_path, str_to_check, log_name): argument
277 def check_compile_cache_files(cache_path, role): argument
283 def run_lenet_ps_twice(file_name, cache_path, log_file_name_first, log_file_name_second): argument
321 def run_network_once_with_force_use_compile_cache(file_name, cache_path, log_file_name_first, use_g… argument
/third_party/rust/rust/src/tools/build-manifest/src/
Dchecksum.rs13 cache_path: Option<PathBuf>, field
19 let cache_path = std::env::var_os("BUILD_MANIFEST_CHECKSUM_CACHE").map(PathBuf::from); in new() localVariable
/third_party/mesa3d/src/util/
Dmesa_cache_db.h80 mesa_cache_db_open(struct mesa_cache_db *db, const char *cache_path) in mesa_cache_db_open()
126 mesa_db_wipe_path(const char *cache_path) in mesa_db_wipe_path()
Dmesa_cache_db_multipart.h18 const char *cache_path; member
Dmesa_cache_db.c434 const char *cache_path, in mesa_db_open_file()
482 const char *cache_path, in mesa_db_remove_file()
686 mesa_cache_db_open(struct mesa_cache_db *db, const char *cache_path) in mesa_cache_db_open()
724 mesa_db_wipe_path(const char *cache_path) in mesa_db_wipe_path()
Dmesa_cache_db_multipart.c16 const char *cache_path) in mesa_cache_db_multipart_open()
Dfossilize_db.c100 create_foz_db_filenames(const char *cache_path, in create_foz_db_filenames()
497 foz_prepare(struct foz_db *foz_db, char *cache_path) in foz_prepare()
Dfossilize_db.h94 const char *cache_path; member
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/delegate/nnrt/
Dextension_options_parser.cc48 …ptionsParser::DoParseCachePath(const std::vector<Extension> &extensions, std::string *cache_path) { in DoParseCachePath()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/common/debug/
Dcommon.cc382 auto cache_path = GetUserDefineCachePath(); in GetKernelMetaTempDir() local
/third_party/elfutils/debuginfod/
Ddebuginfod-client.c308 char *cache_path, char *interval_path, in debuginfod_clean_cache()
875 char *cache_path = NULL; in debuginfod_query_server() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/cxx_api/llm_engine/
Dllm_engine_plugin.cc393 std::string cache_path; in AddModel() local
/third_party/python/Lib/importlib/
D_bootstrap_external.py972 def _cache_bytecode(self, source_path, cache_path, data): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/session/
Dkernel_graph_mgr.cc1366 auto cache_path = context.GetBackendGraphCachePath(fg); in CacheKernelGraph() local
2396 auto cache_path = context.GetBackendGraphCachePath(frontend_graph); in ConstructKernelGraph() local