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

Function TestSrcDirPath

tensorflow/contrib/session_bundle/test_util.cc:26–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24namespace test_util {
25
26string TestSrcDirPath(const string& relative_path) {
27 const string base_path = tensorflow::testing::TensorFlowSrcRoot();
28 const string contrib_path = tensorflow::io::JoinPath(
29 tensorflow::testing::TensorFlowSrcRoot(), "/contrib");
30 return tensorflow::io::JoinPath(contrib_path, relative_path);
31}
32
33} // namespace test_util
34} // namespace serving

Callers 3

CopyExportFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85

Calls 2

TensorFlowSrcRootFunction · 0.50
JoinPathFunction · 0.50

Tested by

no test coverage detected