tf.profiler.experimental.stop

View source on GitHub

Stops the current profiling session.

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.