Home
last modified time | relevance | path

Searched refs:tfdbg (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/python/client/
Ddebug_events_writer_wrapper.cc29 using namespace tensorflow::tfdbg; // NOLINT(build/namespaces) in PYBIND11_MODULE()
50 tfdbg::DebugEventFileType::SOURCE_FILES); in PYBIND11_MODULE()
60 tfdbg::DebugEventFileType::STACK_FRAMES); in PYBIND11_MODULE()
70 tfdbg::DebugEventFileType::GRAPHS); in PYBIND11_MODULE()
80 tfdbg::DebugEventFileType::GRAPHS); in PYBIND11_MODULE()
90 tfdbg::DebugEventFileType::EXECUTION); in PYBIND11_MODULE()
100 tfdbg::DebugEventFileType::GRAPH_EXECUTION_TRACES); in PYBIND11_MODULE()
/external/tensorflow/tensorflow/core/protobuf/
Ddebug.proto11 // Option for watching a node in TensorFlow Debugger (tfdbg).
57 // Options for initializing DebuggerState in TensorFlow Debugger (tfdbg).
67 // Whether the total disk usage of tfdbg is to be reset to zero
Ddebug_event.proto119 // A unique ID for the current run of tfdbg.
120 // A run of tfdbg is defined as a TensorFlow job instrumented by tfdbg.
121 // Multiple hosts in a distributed TensorFlow job instrumented by tfdbg
Dworker.proto136 // Field(s) used by TensorFlow Debugger (tfdbg).
/external/tensorflow/tensorflow/python/debug/examples/
DREADME.md3 The documentation of **TensorFlow Debugger (tfdbg)** has moved.
/external/tensorflow/tensorflow/core/debug/
DBUILD2 # TensorFlow Debugger (tfdbg).
8 # TensorFlow Debugger (tfdbg) support. For details, please see
311 # TODO(cais): Add the following back in when tfdbg is supported on Android.
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_DebugIdentityV2.pbtxt13 A tfdbg-generated ID for the context that the op belongs to,
Dapi_def_DebugNumericSummaryV2.pbtxt85 This op is used internally by TensorFlow Debugger (tfdbg) v2.
/external/tensorflow/tensorflow/core/util/
Ddebug_events_writer.h31 namespace tfdbg {
Ddebug_events_writer.cc25 namespace tfdbg { namespace
Ddebug_events_writer_test.cc30 namespace tfdbg { namespace
/external/tensorflow/tensorflow/python/debug/
DREADME.md49 * For programmatic use of the API of TFDBG, see https://www.tensorflow.org/api_docs/python/tfdbg.
DBUILD2 # Python Client Code of the TensorFlow Debugger (tfdbg).
6 # ":debug_py": Public Python methods and classes of tfdbg.
7 # For API documentation, see https://www.tensorflow.org/api_docs/python/tfdbg
/external/tensorflow/tensorflow/core/kernels/
Ddebug_ops.h423 tfdbg::DebugEventsWriter::kDefaultCyclicBufferSize; in DebugIdentityV2Op()
433 tfdbg::DebugEventsWriter* debug_events_writer = in Compute()
434 tfdbg::DebugEventsWriter::GetDebugEventsWriter( in Compute()
/external/tensorflow/tensorflow/core/common_runtime/
DBUILD2254 # enables support for TensorFlow Debugger (tfdbg).
2277 # Link with support for TensorFlow Debugger (tfdbg).
/external/tensorflow/
DRELEASE.md2959 * tfdbg: Limit the total disk space occupied by dumped tensor data to 100
3103 * TensorFlow Debugger (tfdbg) CLI: fix an issue in which the TensorBoard
3174 * TensorFlow Debugger (tfdbg) CLI:
3215 …ger/README.md), the graphical user interface (GUI) of TensorFlow Debugger (tfdbg), is now in alpha.
3575 * TensorFlow Debugger (tfdbg):
3577 in tfdbg command-line interface. See
3710 * TensorFlow Debugger (tfdbg):
3766 * TensorFlow Debugger (tfdbg):
3767 * Fixed a bug that prevented tfdbg from functioning with multi-GPU setups.
3768 * Fixed a bug that prevented tfdbg from working with `tf.Session.make_callable`.
[all …]