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

Method CreateDir

tensorflow/core/platform/env.cc:237–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237Status Env::CreateDir(const string& dirname) {
238 FileSystem* fs;
239 TF_RETURN_IF_ERROR(GetFileSystemForFile(dirname, &fs));
240 return fs->CreateDir(dirname);
241}
242
243Status Env::DeleteDir(const string& dirname) {
244 FileSystem* fs;

Callers 9

create_dir_v2Function · 0.45
WriteUpdateToFunction · 0.45
SetUpMethod · 0.45
ComputeMethod · 0.45
RecursiveCreateDirMethod · 0.45
TF_CreateDirFunction · 0.45

Calls

no outgoing calls

Tested by 3

SetUpMethod · 0.36