Home
last modified time | relevance | path

Searched refs:dump_root_ (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Ddebug_events_writer_test.cc71 dump_root_ = io::JoinPath( in SetUp()
78 if (env()->IsDirectory(dump_root_).ok()) { in TearDown()
81 TF_ASSERT_OK(env()->DeleteRecursively(dump_root_, &undeleted_files, in TearDown()
88 string dump_root_; 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()
135 io::JoinPath(dump_root_, strings::Printf("%ld", counter.fetch_add(1))); in TEST_F()
158 dump_root_, tfdbg_run_id_, DebugEventsWriter::kDefaultCyclicBufferSize); in TEST_F()
159 const string dump_root_2 = io::JoinPath(dump_root_, "subdirectory"); in TEST_F()
[all …]
Ddebug_events_writer.cc161 if (!env_->IsDirectory(dump_root_).ok()) { in Init()
162 TF_RETURN_WITH_CONTEXT_IF_ERROR(env_->RecursivelyCreateDir(dump_root_), in Init()
163 "Failed to create directory ", dump_root_); in Init()
168 dump_root_, strings::Printf("%s.%010lld.%s", kFileNamePrefix, in Init()
479 dump_root_(dump_root), in DebugEventsWriter()
Ddebug_events_writer.h239 const string dump_root_; variable