Commit 6f3f985a authored by Yuxin Wu's avatar Yuxin Wu

update docs

parent b5b2d4a0
......@@ -100,7 +100,7 @@ class GPUUtilizationTracker(Callback):
# Can add more features from tfprof
# https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/tfprof/g3doc/python_api.md
# https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/profiler/README.md
class GraphProfiler(Callback):
"""
......@@ -110,7 +110,7 @@ class GraphProfiler(Callback):
The tracing files can be loaded from ``chrome://tracing``.
The metadata files can be processed by
`tfprof command line utils
<https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/tfprof/g3doc/command_line.md>`_.
<https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/profiler/README.md>`_.
The event is viewable from tensorboard.
Note that the profiling is enabled for every step.
......
......@@ -9,7 +9,7 @@ from contextlib import contextmanager
from ..utils.argtools import graph_memoized
__all__ = ['auto_reuse_variable_scope', 'cached_name_scope']
__all__ = ['auto_reuse_variable_scope', 'cached_name_scope', 'under_name_scope']
def auto_reuse_variable_scope(func):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment