Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tensorflow/datasets
/ flush
Method
flush
tensorflow_datasets/core/shuffle.py:184–187 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
182
self._size += data_size
183
184
def
flush(self):
185
if
self._fobj:
186
self._fobj.flush()
187
self._fobj.close()
188
189
def
read_values(self):
190
""
"Yields (hkey, data) tuples stored in bucket."
""
Callers
4
read_values
Method · 0.95
write_examples
Method · 0.45
close_writer
Method · 0.45
test_get_art_abs
Method · 0.45
Calls
1
close
Method · 0.45
Tested by
1
test_get_art_abs
Method · 0.36