| 105 | } |
| 106 | |
| 107 | tensorflow::Status GetContents(const string& filename, string* contents, |
| 108 | const file::Options& options) { |
| 109 | return ToStatus(::file::GetContents(filename, contents, ::file::Defaults())); |
| 110 | } |
| 111 | |
| 112 | tensorflow::Status SetContents(const string& filename, const string& contents, |
| 113 | const file::Options& options) { |