tf.contrib.summary.import_event

View source on GitHub

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:

Returns:

The created tf.Operation.