HomeSort by relevance Sort by last modified time
    Searched refs:archive_type (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/site_tests/platform_CrosDisksArchive/
platform_CrosDisksArchive.py 62 def _make_archive(self, archive_type, archive_path, root_dir):
70 archive_type: Type of the output archive.
74 if archive_type in ['rar']:
77 raise error.TestFail("Unsupported archive type " + archive_type)
79 def _test_archive(self, archive_type):
97 archive_name = 'test.' + archive_type
99 self._make_archive(archive_type, archive_path, archive_dir.name)
129 for archive_type in self._archive_types:
130 self._test_archive(archive_type)
  /external/tensorflow/tensorflow/python/keras/utils/
data_utils.py 124 for archive_type in archive_format:
125 if archive_type == 'tar':
128 if archive_type == 'zip':

Completed in 3442 milliseconds