Home
last modified time | relevance | path

Searched refs:tfdbg_run_id_ (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Ddebug_events_writer_test.cc74 tfdbg_run_id_ = "test_tfdbg_run_id"; in SetUp()
89 string tfdbg_run_id_; member in tensorflow::tfdbg::DebugEventsWriterTest
95 dump_root_, tfdbg_run_id_, DebugEventsWriter::kDefaultCyclicBufferSize); in TEST_F()
97 dump_root_, tfdbg_run_id_, DebugEventsWriter::kDefaultCyclicBufferSize); in TEST_F()
109 dump_root_, tfdbg_run_id_, DebugEventsWriter::kDefaultCyclicBufferSize); in TEST_F()
137 new_dump_root, tfdbg_run_id_, in TEST_F()
158 dump_root_, tfdbg_run_id_, DebugEventsWriter::kDefaultCyclicBufferSize); in TEST_F()
161 dump_root_2, tfdbg_run_id_, DebugEventsWriter::kDefaultCyclicBufferSize); in TEST_F()
167 dump_root_, tfdbg_run_id_, DebugEventsWriter::kDefaultCyclicBufferSize); in TEST_F()
191 dump_root_, tfdbg_run_id_, DebugEventsWriter::kDefaultCyclicBufferSize); in TEST_F()
[all …]
Ddebug_events_writer.h240 const string tfdbg_run_id_; variable
Ddebug_events_writer.cc190 metadata->set_tfdbg_run_id(tfdbg_run_id_); in Init()
480 tfdbg_run_id_(tfdbg_run_id), in DebugEventsWriter()
/external/tensorflow/tensorflow/core/kernels/
Ddebug_ops.h400 tfdbg_run_id_() { in DebugIdentityV2Op()
426 OP_REQUIRES_OK(context, context->GetAttr("tfdbg_run_id", &tfdbg_run_id_)); in DebugIdentityV2Op()
435 dump_root, tfdbg_run_id_, circular_buffer_size_); in Compute()
451 string tfdbg_run_id_; variable