Home
last modified time | relevance | path

Searched refs:get_file_path (Results 1 – 10 of 10) sorted by relevance

/external/pytorch/test/distributed/checkpoint/
Dtest_file_system_checkpoint_cpu.py190 def get_file_path(self) -> str: member in TestDistributedReshardOnLoad
203 path = self.get_file_path()
314 path = self.get_file_path()
360 path = self.get_file_path()
378 path = self.get_file_path()
Dtest_file_system_checkpoint.py213 def get_file_path(self) -> str: member in TestDistributedReshardOnLoad
229 path = self.get_file_path()
344 path = self.get_file_path()
395 path = self.get_file_path()
414 path = self.get_file_path()
/external/bcc/libbpf-tools/
Dfiletop.bpf.c23 static void get_file_path(struct file *file, char *buf, size_t size) in get_file_path() function
61 get_file_path(file, valuep->filename, sizeof(valuep->filename)); in probe_entry()
/external/autotest/client/cros/chameleon/
Daudio_test_utils.py318 def get_file_path(name): function
330 audio_facade.dump_diagnostics(get_file_path('audio_diagnostics.txt'))
332 host.get_file('/var/log/messages', get_file_path('messages'))
335 get_file_path('multimedia_xmlrpc_server.log'))
340 get_file_path('audio_diagnostics.txt'))
/external/executorch/codegen/tools/test/
Dtest_gen_oplist_real_model.py18 MODEL_PATH: Final[str] = parutil.get_file_path("ModuleLinear.pte", pkg=__package__)
/external/coreboot/util/cbfstool/
Dcse_fpt.c256 static char *get_file_path(const struct fpt_entry *e) in get_file_path() function
288 filepath = get_file_path(e); in write_partition_to_file()
Dcse_serger.c532 static char *get_file_path(const char *name) in get_file_path() function
562 char *filepath = get_file_path(name); in write_partition_to_file()
/external/uwb/src/rust/uwb_core/src/uci/
Dpcapng_uci_logger_factory.rs363 let file_path = self.get_file_path(0); in build_empty_file()
368 fn get_file_path(&self, index: usize) -> PathBuf { in get_file_path() method
381 let source_path = self.get_file_path(source_idx); in rotate_file()
382 let target_path = self.get_file_path(target_idx); in rotate_file()
/external/pytorch/torch/
D_utils_internal.py43 def get_file_path(*path_components: str) -> str: function
D__init__.py57 get_file_path,
1947 path = get_file_path("torch", "bin", "torch_shm_manager")
1948 prepare_multiprocessing_environment(get_file_path("torch"))