![]() |
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
: Atf.Tensor
of typestring
containing a serializedtf.compat.v1.Event
proto.name
: A name for the operation (optional).
Returns:
The created tf.Operation
.