| 65 | namespace file { |
| 66 | class Options {}; |
| 67 | inline Options Defaults() { |
| 68 | Options o; |
| 69 | return o; |
| 70 | } |
| 71 | tensorflow::Status GetContents(const string& filename, string* contents, |
| 72 | const Options& options); |
| 73 | tensorflow::Status SetContents(const string& filename, const string& contents, |
no outgoing calls