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

Method RecursivelyCreateDir

tensorflow/core/platform/env.cc:231–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231Status Env::RecursivelyCreateDir(const string& dirname) {
232 FileSystem* fs;
233 TF_RETURN_IF_ERROR(GetFileSystemForFile(dirname, &fs));
234 return fs->RecursivelyCreateDir(dirname);
235}
236
237Status Env::CreateDir(const string& dirname) {
238 FileSystem* fs;

Callers 15

SessionLoggerMethod · 0.45
recursive_create_dir_v2Function · 0.45
CreateFileForDumpingFunction · 0.45
DumpProtoToDirectoryFunction · 0.45
DumpToFileInDirImplFunction · 0.45
InitializeMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
WriteMetadataFileFunction · 0.45
InitializeMethod · 0.45

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36