[ Web Proxy ]
URL:
Viewing: https://www.tensorflow.org/api_docs/python/tf/summary [Back]  [Original]

Module: tf.summary  |  TensorFlow v2.16.1 Skip to main content
TensorFlow [TensorFlow]

Module: tf.summary Stay organized with collections Save and categorize content based on your preferences.

Public API for tf._api.v2.summary namespace

Modules

experimental module: Public API for tf._api.v2.summary.experimental namespace

Classes

class SummaryWriter: Interface representing a stateful summary writer object.

Functions

audio(...): Write an audio summary.

create_file_writer(...): Creates a summary file writer for the given log directory.

create_noop_writer(...): Returns a summary writer that does nothing.

flush(...): Forces summary writer to send any buffered data to storage.

graph(...): Writes a TensorFlow graph summary.

histogram(...): Write a histogram summary.

image(...): Write an image summary.

record_if(...): Sets summary recording on or off per the provided boolean value.

scalar(...): Write a scalar summary.

should_record_summaries(...): Returns boolean Tensor which is True if summaries will be recorded.

text(...): Write a text summary.

trace_export(...): Stops and exports the active trace as a Summary and/or profile file.

trace_off(...): Stops the current trace and discards any collected information.

trace_on(...): Starts a trace to record computation graphs and profiling information.

write(...): Writes a generic summary to the default SummaryWriter if one exists.

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. Some content is licensed under the numpy license.

Last updated 2024-04-26 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 2024-04-26 UTC."],[],[]]

Web Proxy Viewer  |  New URL  |  Original Page