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

Method Stat

tensorflow/core/platform/env.cc:249–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249Status Env::Stat(const string& fname, FileStatistics* stat) {
250 FileSystem* fs;
251 TF_RETURN_IF_ERROR(GetFileSystemForFile(fname, &fs));
252 return fs->Stat(fname, stat);
253}
254
255Status Env::IsDirectory(const string& fname) {
256 FileSystem* fs;

Callers 8

stat_v2Function · 0.45
__init__Method · 0.45
format_tensorFunction · 0.45
ExtractExtraPropertiesFunction · 0.45
TEST_FFunction · 0.45
filesExistFunction · 0.45
TF_FileStatFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
filesExistFunction · 0.36