Home
last modified time | relevance | path

Searched defs:upload_file_to_s3 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/.github/scripts/
H A Dfile_io_utils.py67 def upload_file_to_s3(file_name: Path, bucket: str, key: str) -> None: function
/aosp_15_r20/external/pytorch/tools/stats/
H A Dupload_stats_lib.py213 def upload_file_to_s3( function