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.
Raises
ValueError
if a default writer exists, but no step was provided and
tf.summary.experimental.get_step() is None.
[[["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 2023-03-23 UTC."],[],[]]