/external/tensorflow/tensorflow/python/debug/lib/ |
D | debug_events_writer_test.py | 45 debug_events_writer.DebugEventsWriter(self.dump_root, self.tfdbg_run_id) 71 self.tfdbg_run_id) 105 self.tfdbg_run_id) 129 self.tfdbg_run_id) 209 self.tfdbg_run_id) 215 self.assertTrue(reader.tfdbg_run_id()) 219 self.tfdbg_run_id) 243 self.tfdbg_run_id, 0) 260 self.tfdbg_run_id) 285 self.tfdbg_run_id, 0) [all …]
|
D | dumping_callback_test_lib.py | 39 self.tfdbg_run_id = str(uuid.uuid4()) 51 self.assertTrue(reader.tfdbg_run_id())
|
D | debug_events_writer.py | 35 tfdbg_run_id, argument 56 self._tfdbg_run_id = tfdbg_run_id
|
D | dumping_callback.py | 163 def tfdbg_run_id(self): member in _DumpingCallback 894 tfdbg_run_id = _state.dumping_callback.tfdbg_run_id 895 debug_events_writer.DebugEventsWriter(dump_root, tfdbg_run_id).Close()
|
D | debug_events_reader.py | 116 run_ids.append(debug_event.debug_metadata.tfdbg_run_id) 163 def tfdbg_run_id(self): member in DebugEventsReader 1160 def tfdbg_run_id(self): member in DebugDataReader 1162 return self._reader.tfdbg_run_id()
|
D | debug_v2_ops_test.py | 55 self.tfdbg_run_id = "test_tfdbg_run" 57 self.dump_root, self.tfdbg_run_id, self.circular_buffer_size)
|
/external/tensorflow/tensorflow/core/util/ |
D | debug_events_writer.h | 109 const string& tfdbg_run_id, 220 DebugEventsWriter(const string& dump_root, const string& tfdbg_run_id,
|
D | debug_events_writer.cc | 125 const string& dump_root, const string& tfdbg_run_id, in GetDebugEventsWriter() argument 132 new DebugEventsWriter(dump_root, tfdbg_run_id, circular_buffer_size)); in GetDebugEventsWriter() 476 const string& tfdbg_run_id, in DebugEventsWriter() argument 480 tfdbg_run_id_(tfdbg_run_id), in DebugEventsWriter()
|
D | debug_events_writer_test.cc | 181 EXPECT_EQ(actuals[0].debug_metadata().tfdbg_run_id(), "test_tfdbg_run_id"); in TEST_F() 226 EXPECT_EQ(actuals[0].debug_metadata().tfdbg_run_id(), "test_tfdbg_run_id"); in TEST_F() 244 EXPECT_EQ(actuals[0].debug_metadata().tfdbg_run_id(), "test_tfdbg_run_id"); in TEST_F() 258 EXPECT_EQ(actuals[0].debug_metadata().tfdbg_run_id(), "test_tfdbg_run_id"); in TEST_F()
|
/external/tensorflow/tensorflow/python/client/ |
D | debug_events_writer_wrapper.cc | 32 [](const std::string& dump_root, const std::string& tfdbg_run_id, in PYBIND11_MODULE() 35 dump_root, tfdbg_run_id, circular_buffer_size); in PYBIND11_MODULE()
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
D | DebugIdentityV2.pbtxt | 170 name: "tfdbg_run_id"
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | debug_event.proto | 123 string tfdbg_run_id = 3; field
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.raw_ops.pbtxt | 1057 …', \'tensor_debug_mode\', \'debug_urls\', \'circular_buffer_size\', \'tfdbg_run_id\', \'name\'], v…
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.raw_ops.pbtxt | 1057 …', \'tensor_debug_mode\', \'debug_urls\', \'circular_buffer_size\', \'tfdbg_run_id\', \'name\'], v…
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 11581 name: "tfdbg_run_id"
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_generated_ops.td | 2719 StrAttr:$tfdbg_run_id
|