MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / GetDirName

Function GetDirName

tensorflow/core/util/events_writer_test.cc:107–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107string GetDirName(const string& suffix) {
108 return io::JoinPath(testing::TmpDir(), suffix);
109}
110
111TEST(EventWriter, WriteFlush) {
112 string file_prefix = GetDirName("/writeflush_test");

Callers 1

TESTFunction · 0.85

Calls 2

TmpDirFunction · 0.85
JoinPathFunction · 0.50

Tested by

no test coverage detected