Home
last modified time | relevance | path

Searched refs:_DEFAULT_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/autotest/server/site_tests/brillo_StorageWriteSpeedTest/
Dbrillo_StorageWriteSpeedTest.py14 _DEFAULT_BLOCK_SIZE = 4096 variable
23 def run_once(self, host=None, block_size=_DEFAULT_BLOCK_SIZE,
/external/tensorflow/tensorflow/python/lib/io/
Dfile_io.py39 _DEFAULT_BLOCK_SIZE = 16 * 1024 * 1024 variable
795 def file_crc32(filename, block_size=_DEFAULT_BLOCK_SIZE):