Skip to content

Commit

Permalink
Export load_tensor_from_event.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 159575817
  • Loading branch information
timharley authored and tensorflower-gardener committed Jun 20, 2017
1 parent 290cccd commit c7c5e32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tensorflow/python/debug/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
@@watch_graph_with_blacklists
@@DebugTensorDatum
@@DebugDumpDir
@@load_tensor_from_event
@@load_tensor_from_event_file
@@has_inf_or_nan
@@DumpingDebugHook
Expand All @@ -40,6 +41,7 @@
from tensorflow.python.debug.lib.debug_data import DebugDumpDir
from tensorflow.python.debug.lib.debug_data import DebugTensorDatum
from tensorflow.python.debug.lib.debug_data import has_inf_or_nan
from tensorflow.python.debug.lib.debug_data import load_tensor_from_event
from tensorflow.python.debug.lib.debug_data import load_tensor_from_event_file

from tensorflow.python.debug.lib.debug_utils import add_debug_tensor_watch
Expand Down

0 comments on commit c7c5e32

Please sign in to comment.