aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/profiler
diff options
context:
space:
mode:
authorGravatar Anna R <annarev@google.com>2018-04-25 11:52:08 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-04-25 11:57:31 -0700
commitfe965a8502c1a6667ab209dfbfd8b84a6bfb45ee (patch)
treebbd63ad0f2c9ffecac40b914bc5de8014623b652 /tensorflow/python/profiler
parent3563165fb8328fd0fd6eba88557c25209453339f (diff)
Removing remove_undocumented calls from tensorflow/python.
PiperOrigin-RevId: 194274698
Diffstat (limited to 'tensorflow/python/profiler')
-rw-r--r--tensorflow/python/profiler/profiler.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/tensorflow/python/profiler/profiler.py b/tensorflow/python/profiler/profiler.py
index fa7f30b236..efbdd1ba68 100644
--- a/tensorflow/python/profiler/profiler.py
+++ b/tensorflow/python/profiler/profiler.py
@@ -30,7 +30,6 @@ from tensorflow.python.profiler.model_analyzer import Profiler
from tensorflow.python.profiler.option_builder import ProfileOptionBuilder
from tensorflow.python.profiler.tfprof_logger import write_op_log
-from tensorflow.python.util.all_util import remove_undocumented
from tensorflow.python.util.tf_export import tf_export
@@ -54,11 +53,3 @@ tf_export('profiler.GraphNodeProto')(GraphNodeProto)
tf_export('profiler.MultiGraphNodeProto')(MultiGraphNodeProto)
tf_export('profiler.AdviceProto')(AdviceProto)
tf_export('profiler.OpLogProto')(OpLogProto)
-
-remove_undocumented(__name__, _allowed_symbols, [
- Profiler,
- profile,
- ProfileOptionBuilder,
- advise,
- write_op_log,
-])