TensorFlow

API

 tf.summary / create_file_writer


Forces summary writer to send any buffered data to storage.

This operation blocks until that finishes.

writer The tf.summary.SummaryWriter resource to flush. The thread default will be used if this parameter is None. Otherwise a tf.no_op is returned.
name A name for the operation (optional).

The created tf.Operation.

此页内容是否对您有帮助