| 110 | } |
| 111 | |
| 112 | tensorflow::Status SetContents(const string& filename, const string& contents, |
| 113 | const file::Options& options) { |
| 114 | return ToStatus(::file::SetContents(filename, contents, ::file::Defaults())); |
| 115 | } |
| 116 | |
| 117 | string JoinPath(const string& a, const string& b) { |
| 118 | return ::file::JoinPath(a, b); |