Searched refs:archive_format (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/keras/utils/ |
D | data_utils.py | 115 def _extract_archive(file_path, path='.', archive_format='auto'): argument 131 if archive_format is None: 133 if archive_format == 'auto': 134 archive_format = ['tar', 'zip'] 135 if isinstance(archive_format, six.string_types): 136 archive_format = [archive_format] 141 for archive_type in archive_format: 173 archive_format='auto', argument 287 _extract_archive(fpath, datadir, archive_format='tar') 291 _extract_archive(fpath, datadir, archive_format)
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.keras.utils.pbtxt | 41 … \'file_hash\', \'cache_subdir\', \'hash_algorithm\', \'extract\', \'archive_format\', \'cache_dir…
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.keras.utils.pbtxt | 41 … \'file_hash\', \'cache_subdir\', \'hash_algorithm\', \'extract\', \'archive_format\', \'cache_dir…
|