tf.summary.trace_export

View source on GitHub

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:

Raises: