tf.contrib.summary.import_event
Writes a tf.compat.v1.Event
binary proto.
tf.contrib.summary.import_event( tensor, name=None )
This can be used to import existing event logs into a new summary writer sink. Please note that this is lower level than the other summary functions and will ignore the tf.summary.should_record_summaries
setting.
Args | |
---|---|
tensor | A tf.Tensor of type string containing a serialized tf.compat.v1.Event proto. |
name | A name for the operation (optional). |
Returns | |
---|---|
The created tf.Operation . |
© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r1.15/api_docs/python/tf/contrib/summary/import_event