Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
107
string GetDirName(const string& suffix) {
108
return io::JoinPath(testing::TmpDir(), suffix);
109
}
110
111
TEST(EventWriter, WriteFlush) {
112
string file_prefix = GetDirName(
"/writeflush_test"
);
Callers
1
TEST
Function · 0.85
Calls
2
TmpDir
Function · 0.85
JoinPath
Function · 0.50
Tested by
no test coverage detected