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

Method Default

tensorflow/core/platform/posix/env.cc:224–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222REGISTER_FILE_SYSTEM("", PosixFileSystem);
223REGISTER_FILE_SYSTEM("file", LocalPosixFileSystem);
224Env* Env::Default() {
225 static Env* default_env = new PosixEnv;
226 return default_env;
227}
228#endif
229
230void PosixEnv::GetLocalTempDirectories(std::vector<string>* list) {

Callers 9

assertProtoEqualsMethod · 0.45
assertProtoEqualFunction · 0.45
parseTypeMethod · 0.45
matchAndRewriteMethod · 0.45
matchAndRewriteMethod · 0.45
getFloatCmpPredicateFunction · 0.45
getIntCmpPredicateFunction · 0.45

Calls

no outgoing calls

Tested by 1

assertProtoEqualsMethod · 0.36