class tensorflow::WritableFile
A file abstraction for sequential writing.
The implementation must provide buffering since callers may append small fragments at a time to the file.
class tensorflow::WritableFileA file abstraction for sequential writing.
The implementation must provide buffering since callers may append small fragments at a time to the file.
tensorflow::WritableFile::WritableFile() tensorflow::WritableFile::~WritableFile() virtual Status tensorflow::WritableFile::Append(const StringPiece &data)=0 virtual Status tensorflow::WritableFile::Close()=0 virtual Status tensorflow::WritableFile::Flush()=0 virtual Status tensorflow::WritableFile::Sync()=0