aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/training/session_run_hook.py
diff options
context:
space:
mode:
authorGravatar Anna R <annarev@google.com>2018-04-26 11:25:43 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-04-26 11:31:14 -0700
commita8481834bb881f67e7b9523480c28f5b987e62e8 (patch)
treefea7992e3bc87f5e0db1cf2c99c0c289572b6ed4 /tensorflow/python/training/session_run_hook.py
parent6b6976e3ba19484f893092712e4577daeb92ad3b (diff)
Removing @@ comments from core TensorFlow. They are no longer needed for exporting symbols to the TensorFlow API.
PiperOrigin-RevId: 194426855
Diffstat (limited to 'tensorflow/python/training/session_run_hook.py')
-rw-r--r--tensorflow/python/training/session_run_hook.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tensorflow/python/training/session_run_hook.py b/tensorflow/python/training/session_run_hook.py
index 89f4030065..5daea93128 100644
--- a/tensorflow/python/training/session_run_hook.py
+++ b/tensorflow/python/training/session_run_hook.py
@@ -84,11 +84,6 @@ Note that if sess.run() raises OutOfRangeError or StopIteration then
hooks.after_run() will not be called but hooks.end() will still be called.
If sess.run() raises any other exception then neither hooks.after_run() nor
hooks.end() will be called.
-
-@@SessionRunHook
-@@SessionRunArgs
-@@SessionRunContext
-@@SessionRunValues
"""
from __future__ import absolute_import