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

Function Prefix

tensorflow/core/util/tensor_bundle/tensor_bundle_test.cc:41–43  ·  view source on GitHub ↗

Prepend the current test case's working temporary directory to

Source from the content-addressed store, hash-verified

39
40// Prepend the current test case's working temporary directory to <prefix>
41string Prefix(const string& prefix) {
42 return strings::StrCat(testing::TmpDir(), "/", prefix);
43}
44
45// Construct a data input directory by prepending the test data root
46// directory to <prefix>

Callers 8

FlipEndiannessBitFunction · 0.70
TestBasicFunction · 0.70
TESTFunction · 0.70
TestEndiannessFunction · 0.70
TestNonStandardShapesFunction · 0.70
VersionTestFunction · 0.70
TEST_FFunction · 0.70

Calls 2

TmpDirFunction · 0.85
StrCatFunction · 0.50

Tested by

no test coverage detected