| 99 | } |
| 100 | |
| 101 | tensorflow::Status Exists(const string& filename, |
| 102 | const file::Options& options) { |
| 103 | auto status = ::file::Exists(filename, ::file::Defaults()); |
| 104 | return ToStatus(status); |
| 105 | } |
| 106 | |
| 107 | tensorflow::Status GetContents(const string& filename, string* contents, |
| 108 | const file::Options& options) { |