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

Method GetFileSize

tensorflow/core/platform/env.cc:268–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268Status Env::GetFileSize(const string& fname, uint64* file_size) {
269 FileSystem* fs;
270 TF_RETURN_IF_ERROR(GetFileSystemForFile(fname, &fs));
271 return fs->GetFileSize(fname, file_size);
272}
273
274Status Env::RenameFile(const string& src, const string& target) {
275 FileSystem* src_fs;

Callers 8

GetFileSizeFunction · 0.45
GetElementBytesMethod · 0.45
GetNextInternalMethod · 0.45
RestoreInternalMethod · 0.45
GetNextInternalMethod · 0.45
ReadEventFromFileFunction · 0.45
ReadFileToStringFunction · 0.45
ReadEntireFileFunction · 0.45

Calls

no outgoing calls

Tested by 1

GetFileSizeFunction · 0.36