MCPcopy 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
95string Prefix(const string& prefix) {
96 return strings::StrCat(testing::TmpDir(), "/", prefix);
97}
98
99std::vector<string> AllTensorKeys(BundleReader* reader) {
100 std::vector<string> ret;

Callers 5

TESTFunction · 0.70
MakeRowRangeMethod · 0.50
MakeRowRangeMethod · 0.50
TESTFunction · 0.50
source_writer.ccFile · 0.50

Calls 2

TmpDirFunction · 0.85
StrCatFunction · 0.50

Tested by

no test coverage detected