Searched refs:files_to_copy (Results 1 – 6 of 6) sorted by relevance
/external/v8/tools/ |
D | adb-d8.py | 64 files_to_copy = ["d8", "natives_blob.bin", "snapshot_blob.bin"] 69 ["md5sum"] + files_to_copy,
|
/external/tensorflow/tensorflow/contrib/session_bundle/ |
D | exporter.py | 46 def gfile_copy_callback(files_to_copy, export_dir_path): argument 61 for source_filepath, basename in files_to_copy.items():
|
D | README.md | 238 def my_custom_copy_callback(files_to_copy, export_dir_path): 239 # Copy all source files (keys) in files_to_copy to export_dir_path using the
|
/external/tensorflow/tensorflow/tools/compatibility/ |
D | ast_edits.py | 594 files_to_copy = [] 610 files_to_copy.append((fullpath, fullpath_output)) 627 for input_path, output_path in files_to_copy:
|
/external/autotest/server/ |
D | site_linux_router.py | 431 files_to_copy = [(instance.log_file, 436 for remote_file, local_file in files_to_copy:
|
/external/toolchain-utils/crosperf/ |
D | results_cache.py | 63 def CopyFilesTo(self, dest_dir, files_to_copy): argument 65 for file_to_copy in files_to_copy:
|