MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / flush

Method flush

tensorflow/python/lib/io/tf_record.py:238–241  ·  view source on GitHub ↗

Flush the file.

(self)

Source from the content-addressed store, hash-verified

236 self._writer.WriteRecord(record, status)
237
238 def flush(self):
239 """Flush the file."""
240 with errors.raise_exception_on_not_ok_status() as status:
241 self._writer.Flush(status)
242
243 def close(self):
244 """Close the file."""

Callers

nothing calls this directly

Calls 1

FlushMethod · 0.45

Tested by

no test coverage detected