Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Prefix
Function
Prefix
tensorflow/core/kernels/embedding_variable_ops_test.cc:95–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
string Prefix(const string& prefix) {
96
return strings::StrCat(testing::TmpDir(),
"/"
, prefix);
97
}
98
99
std::vector<string> AllTensorKeys(BundleReader* reader) {
100
std::vector<string> ret;
Callers
5
TEST
Function · 0.70
MakeRowRange
Method · 0.50
MakeRowRange
Method · 0.50
TEST
Function · 0.50
source_writer.cc
File · 0.50
Calls
2
TmpDir
Function · 0.85
StrCat
Function · 0.50
Tested by
no test coverage detected