tf.profiler.experimental.stop

Stops the current profiling session.

Used in the notebooks

Used in the tutorials

The profiler session will be stopped and profile results can be saved.

save An optional variable to save the results to TensorBoard. Default True.

UnavailableError If there is no active profiling session.