tf.contrib.summary.import_event
Stay organized with collections
Save and categorize content based on your preferences.
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.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-10-01 UTC.
[null,null,["Last updated 2020-10-01 UTC."],[],[],null,["# tf.contrib.summary.import_event\n\n\u003cbr /\u003e\n\n|----------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/tensorflow/blob/v1.15.0/tensorflow/python/ops/summary_ops_v2.py#L888-L904) |\n\nWrites a [`tf.compat.v1.Event`](../../../tf/Event) binary proto. \n\n tf.contrib.summary.import_event(\n tensor, name=None\n )\n\nThis can be used to import existing event logs into a new summary writer sink.\nPlease note that this is lower level than the other summary functions and\nwill ignore the [`tf.summary.should_record_summaries`](/api_docs/python/tf/summary/should_record_summaries) setting.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Args ---- ||\n|----------|-------------------------------------------------------------------------------------------------------------------------------|\n| `tensor` | A [`tf.Tensor`](../../../tf/Tensor) of type `string` containing a serialized [`tf.compat.v1.Event`](../../../tf/Event) proto. |\n| `name` | A name for the operation (optional). |\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ------- ||\n|---|---|\n| The created [`tf.Operation`](../../../tf/Operation). ||\n\n\u003cbr /\u003e"]]