Searched refs:tfdbg_run_id_ (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/util/ |
D | debug_events_writer_test.cc | 74 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 …]
|
D | debug_events_writer.h | 240 const string tfdbg_run_id_; variable
|
D | debug_events_writer.cc | 190 metadata->set_tfdbg_run_id(tfdbg_run_id_); in Init() 480 tfdbg_run_id_(tfdbg_run_id), in DebugEventsWriter()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | debug_ops.h | 400 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
|