STT-tensorflow/tensorflow/python/debug/lib
Shanqing Cai 1a3b7af373 [tfdbg2] Support reading multiple DebugEvent file sets from the same tfdbg run
TensorFlow jobs that involve multiple hosts (e.g., parameter-server setups and
TPU coordinator-worker setups) can generate >1 DebugEvent file sets when
instrumented with tfdbg2's `tf.debugging.experimental.enable_dump_debug_info()`.

This CL adds capability to load these multiple file sets belonging to the
same tfdbg_run_id to DebugEventsReader and DebugDataReader.

PiperOrigin-RevId: 317765159
Change-Id: Ifcf593bd8b404e3e1c3a6f3f3be70bd6b8b73555
2020-06-22 17:56:53 -07:00
..
__init__.py
check_numerics_callback_test.py [tfdbg2] Fix graph-mode path_length_limit and stack_heigth_limit in enable_check_numerics() 2020-05-24 12:52:51 -07:00
check_numerics_callback.py Graduate TPUStrategy from experimental. 2020-06-20 13:10:50 -07:00
common_test.py
common.py tfdbg: send graph traceback and source files from TensorBoard wrapper and hook 2017-12-20 10:48:31 -08:00
debug_data_test.py [tfdbg] Blanket replacement of shutil.rmtree() w/ file_io.delete_recursively() 2019-10-10 09:04:52 -07:00
debug_data.py minor spelling tweaks 2020-02-11 15:09:21 +09:00
debug_events_monitors_test.py [tfdbg2] Ensure Const ops in graphs are captured by op_callbacks 2020-04-21 18:42:31 -07:00
debug_events_monitors.py [tfdbg2] Fix a bug in which InfNanMonitor does not handle SHAPE mode correctly 2020-03-11 11:32:25 -07:00
debug_events_reader.py [tfdbg2] Support reading multiple DebugEvent file sets from the same tfdbg run 2020-06-22 17:56:53 -07:00
debug_events_writer_test.py [tfdbg2] Support reading multiple DebugEvent file sets from the same tfdbg run 2020-06-22 17:56:53 -07:00
debug_events_writer.py [tfdbg2] Add tfdbg_run_id to metadata of data dumps 2020-06-15 13:52:52 -07:00
debug_gradients_test.py [tfdbg] Blanket replacement of shutil.rmtree() w/ file_io.delete_recursively() 2019-10-10 09:04:52 -07:00
debug_gradients.py minor spelling tweaks 2020-02-11 15:09:21 +09:00
debug_graph_reconstruction_test.py Rollforward: Add DT_BOOL support to GPU variable ops 2020-06-19 18:06:12 -07:00
debug_graphs_test.py
debug_graphs.py Added op_def_registry.get and op_def_registry.sync 2019-09-20 05:36:15 -07:00
debug_grappler_test.py Replace list comprehension with generator expressions. 2019-12-16 12:26:12 -08:00
debug_service_pb2_grpc.py
debug_utils_test.py [tfdbg] Improve compatiblity with Grappler 2019-07-31 14:59:36 -07:00
debug_utils.py [tfdbg] Improve compatiblity with Grappler 2019-07-31 14:59:36 -07:00
debug_v2_ops_test.py [tfdbg2] Support reading multiple DebugEvent file sets from the same tfdbg run 2020-06-22 17:56:53 -07:00
dist_session_debug_grpc_test.py
dumping_callback_test_lib.py [tfdbg2] Support reading multiple DebugEvent file sets from the same tfdbg run 2020-06-22 17:56:53 -07:00
dumping_callback_test.py [tfdbg2] Various improvements to DebugDataReader for DebuggerV2 2020-05-01 12:49:33 -07:00
dumping_callback.py Graduate TPUStrategy from experimental. 2020-06-20 13:10:50 -07:00
grpc_debug_server.py [tfdbg] Fix gRPC message length limit issue in source remote 2019-07-10 09:31:47 -07:00
grpc_debug_test_server.py [tfdbg] Blanket replacement of shutil.rmtree() w/ file_io.delete_recursively() 2019-10-10 09:04:52 -07:00
grpc_large_data_test.py
grpc_tensorflow_server.py
op_callbacks_common.py [tfdbg2] Exclude RemoteCall from instrumentation 2020-04-15 15:56:49 -07:00
profiling_test.py
profiling.py tfdbg: add "print_source" ("ps") command to profiler mode 2017-05-18 17:48:39 -07:00
session_debug_file_test.py [tfdbg] Blanket replacement of shutil.rmtree() w/ file_io.delete_recursively() 2019-10-10 09:04:52 -07:00
session_debug_grpc_test.py minor spelling tweaks 2020-02-11 15:09:21 +09:00
session_debug_multi_gpu_test.py [tfdbg] Blanket replacement of shutil.rmtree() w/ file_io.delete_recursively() 2019-10-10 09:04:52 -07:00
session_debug_testlib.py [tfdbg] Blanket replacement of shutil.rmtree() w/ file_io.delete_recursively() 2019-10-10 09:04:52 -07:00
source_remote_test.py Aligned the API of tf_stack.extract_stack with traceback (>= 3.5) 2019-08-29 10:47:22 -07:00
source_remote.py minor spelling tweaks 2020-02-11 15:09:21 +09:00
source_utils_test.py [tfdbg2] Fix bug in which enable_check_numerics() errors due to empty file path 2020-06-08 08:14:01 -07:00
source_utils.py [tfdbg2] Fix bug in which enable_check_numerics() errors due to empty file path 2020-06-08 08:14:01 -07:00