Status tensorflow::Env::GetFileSystemForFile(const string &fname, FileSystem **result)
Returns the FileSystem object to handle operations on the file specified by 'fname'. The FileSystem object is used as the implementation for the file system related (non-virtual) functions that follow. Returned FileSystem object is still owned by the Env object and will.
Please login to continue.