tfdbg
Public Python API of TensorFlow Debugger (tfdbg).
See the TensorFlow Debugger guide.
class DebugDumpDir: Data set from a debug-dump directory on filesystem.
class DebugTensorDatum: A single tensor dumped by TensorFlow Debugger (tfdbg).
class DumpingDebugHook: A debugger hook that dumps debug data to filesystem.
class DumpingDebugWrapperSession: Debug Session wrapper that dumps debug data to filesystem.
class LocalCLIDebugHook: Command-line-interface debugger hook.
class LocalCLIDebugWrapperSession: Concrete subclass of BaseDebugWrapperSession implementing a local CLI.
Constant absolute_import
add_debug_tensor_watch(...): Add watch on a Tensor to RunOptions.
cli module
Constant division
has_inf_or_nan(...): A predicate for whether a tensor consists of any bad numerical values.
lib module
load_tensor_from_event_file(...): Load a tensor from an event file.
Constant print_function
watch_graph(...): Add debug watches to RunOptions for a TensorFlow graph.
watch_graph_with_blacklists(...): Add debug tensor watches, blacklisting nodes and op types.
wrappers module
Defined in tensorflow/python/debug/__init__.py.
© 2017 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/python/tfdbg