tf.summary.trace_export
Stay organized with collections
Save and categorize content based on your preferences.
Stops and exports the active trace as a Summary and/or profile file.
tf.summary.trace_export(
name, step=None, profiler_outdir=None
)
Stops the trace and exports all metadata collected during the trace to the
default SummaryWriter, if one has been set.
Args |
name
|
A name for the summary to be written.
|
step
|
Explicit int64 -castable monotonic step value for this summary. If
omitted, this defaults to tf.summary.experimental.get_step() , which must
not be None.
|
profiler_outdir
|
Output directory for profiler. It is required when profiler
is enabled when trace was started. Otherwise, it is ignored.
|
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 2021-08-16 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 2021-08-16 UTC."],[],[]]