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

Method IsDirectory

tensorflow/core/platform/env.cc:255–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255Status Env::IsDirectory(const string& fname) {
256 FileSystem* fs;
257 TF_RETURN_IF_ERROR(GetFileSystemForFile(fname, &fs));
258 return fs->IsDirectory(fname);
259}
260
261Status Env::DeleteRecursively(const string& dirname, int64* undeleted_files,
262 int64* undeleted_dirs) {

Callers 15

_get_checkpoint_filenameFunction · 0.45
test_is_directoryMethod · 0.45
test_rename_dirMethod · 0.45
__init__Method · 0.45
_get_local_worksMethod · 0.45
test_save_profileMethod · 0.45
is_directory_v2Function · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by 11

test_is_directoryMethod · 0.36
test_rename_dirMethod · 0.36
test_save_profileMethod · 0.36
RunMergeTestMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
DeleteDumpDirMethod · 0.36
LoadTensorDumpsMethod · 0.36