Forces summary writer to send any buffered data to storage.
tf.summary.flush(
writer=None, name=None
)
This operation blocks until that finishes.
| Args | |
|---|---|
writer | The tf.summary.SummaryWriter to flush. If None, the current default writer will be used instead; if there is no current writer, this returns tf.no_op. |
name | Ignored legacy argument for a name for the operation. |
| Returns | |
|---|---|
The created tf.Operation. |
© 2022 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.9/api_docs/python/tf/summary/flush