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

Function GetTestUndeclaredOutputsDir

tensorflow/core/lib/io/path.cc:313–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311}
312
313bool GetTestUndeclaredOutputsDir(string* dir) {
314 return internal::FixBazelEnvPath(getenv("TEST_UNDECLARED_OUTPUTS_DIR"), dir);
315}
316
317} // namespace io
318} // namespace tensorflow

Callers 5

GetDumpDirFromEnvVarFunction · 0.85
CanonicalDebugOptionsMethod · 0.85
TESTFunction · 0.85
WriteLiteralToTempFileFunction · 0.85

Calls 1

FixBazelEnvPathFunction · 0.85

Tested by 2

TESTFunction · 0.68
WriteLiteralToTempFileFunction · 0.68