Module: tf.compat.v1.summary
Stay organized with collections
Save and categorize content based on your preferences.
Operations for writing summary data, for use in analysis and visualization.
See the Summaries and
TensorBoard guide.
Classes
class Event
: A ProtocolMessage
class FileWriter
: Writes Summary
protocol buffers to event files.
class FileWriterCache
: Cache for file writers.
class SessionLog
: A ProtocolMessage
class Summary
: A ProtocolMessage
class SummaryDescription
: A ProtocolMessage
class TaggedRunMetadata
: A ProtocolMessage
Functions
all_v2_summary_ops(...)
: Returns all V2-style summary ops defined in the current default graph.
audio(...)
: Outputs a Summary
protocol buffer with audio.
get_summary_description(...)
: Given a TensorSummary node_def, retrieve its SummaryDescription.
histogram(...)
: Outputs a Summary
protocol buffer with a histogram.
image(...)
: Outputs a Summary
protocol buffer with images.
initialize(...)
: Initializes summary writing for graph execution mode.
merge(...)
: Merges summaries.
merge_all(...)
: Merges all summaries collected in the default graph.
scalar(...)
: Outputs a Summary
protocol buffer containing a single scalar value.
tensor_summary(...)
: Outputs a Summary
protocol buffer with a serialized tensor.proto.
text(...)
: Summarizes textual data.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2020-10-01 UTC."],[],[],null,["# Module: tf.compat.v1.summary\n\n\u003cbr /\u003e\n\n|------------------------------------------------------------------------------|\n| [TensorFlow 1 version](/versions/r1.15/api_docs/python/tf/compat/v1/summary) |\n\nOperations for writing summary data, for use in analysis and visualization.\n\nSee the [Summaries and\nTensorBoard](https://www.tensorflow.org/guide/summaries_and_tensorboard) guide.\n\nClasses\n-------\n\n[`class Event`](../../../tf/compat/v1/Event): A ProtocolMessage\n\n[`class FileWriter`](../../../tf/compat/v1/summary/FileWriter): Writes `Summary` protocol buffers to event files.\n\n[`class FileWriterCache`](../../../tf/compat/v1/summary/FileWriterCache): Cache for file writers.\n\n[`class SessionLog`](../../../tf/compat/v1/SessionLog): A ProtocolMessage\n\n[`class Summary`](../../../tf/compat/v1/Summary): A ProtocolMessage\n\n[`class SummaryDescription`](../../../tf/compat/v1/summary/SummaryDescription): A ProtocolMessage\n\n[`class TaggedRunMetadata`](../../../tf/compat/v1/summary/TaggedRunMetadata): A ProtocolMessage\n\nFunctions\n---------\n\n[`all_v2_summary_ops(...)`](../../../tf/compat/v1/summary/all_v2_summary_ops): Returns all V2-style summary ops defined in the current default graph.\n\n[`audio(...)`](../../../tf/compat/v1/summary/audio): Outputs a `Summary` protocol buffer with audio.\n\n[`get_summary_description(...)`](../../../tf/compat/v1/summary/get_summary_description): Given a TensorSummary node_def, retrieve its SummaryDescription.\n\n[`histogram(...)`](../../../tf/compat/v1/summary/histogram): Outputs a `Summary` protocol buffer with a histogram.\n\n[`image(...)`](../../../tf/compat/v1/summary/image): Outputs a `Summary` protocol buffer with images.\n\n[`initialize(...)`](../../../tf/compat/v1/summary/initialize): Initializes summary writing for graph execution mode.\n\n[`merge(...)`](../../../tf/compat/v1/summary/merge): Merges summaries.\n\n[`merge_all(...)`](../../../tf/compat/v1/summary/merge_all): Merges all summaries collected in the default graph.\n\n[`scalar(...)`](../../../tf/compat/v1/summary/scalar): Outputs a `Summary` protocol buffer containing a single scalar value.\n\n[`tensor_summary(...)`](../../../tf/compat/v1/summary/tensor_summary): Outputs a `Summary` protocol buffer with a serialized tensor.proto.\n\n[`text(...)`](../../../tf/compat/v1/summary/text): Summarizes textual data."]]