Home
last modified time | relevance | path

Searched refs:archive_format (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/keras/utils/
Ddata_utils.py101 def _extract_archive(file_path, path='.', archive_format='auto'): argument
117 if archive_format is None:
119 if archive_format == 'auto':
120 archive_format = ['tar', 'zip']
121 if isinstance(archive_format, six.string_types):
122 archive_format = [archive_format]
124 for archive_type in archive_format:
156 archive_format='auto', argument
261 _extract_archive(fpath, datadir, archive_format='tar')
265 _extract_archive(fpath, datadir, archive_format)
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.keras.utils.pbtxt49 … \'file_hash\', \'cache_subdir\', \'hash_algorithm\', \'extract\', \'archive_format\', \'cache_dir…
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.keras.utils.pbtxt49 … \'file_hash\', \'cache_subdir\', \'hash_algorithm\', \'extract\', \'archive_format\', \'cache_dir…