View source on GitHub |
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 .
|