tensorflow::WritableFile::~WritableFile()

tensorflow::WritableFile::WritableFile()

tensorflow::WritableFile::Sync()

virtual Status tensorflow::WritableFile::Sync()=0

tensorflow::WritableFile::Flush()

virtual Status tensorflow::WritableFile::Flush()=0

tensorflow::WritableFile::Close()

virtual Status tensorflow::WritableFile::Close()=0

tensorflow::WritableFile::Append()

virtual Status tensorflow::WritableFile::Append(const StringPiece &data)=0

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. Member Details 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

tensorflow::ThreadOptions::stack_size

size_t tensorflow::ThreadOptions::stack_size Thread stack size to use (in bytes).

tensorflow::ThreadOptions::guard_size

size_t tensorflow::ThreadOptions::guard_size Guard area size to use near thread stacks to use (in bytes)

tensorflow::ThreadOptions

Options to configure a Thread . Note that the options are all hints, and the underlying implementation may choose to ignore it. Member Details size_t tensorflow::ThreadOptions::stack_size Thread stack size to use (in bytes). size_t tensorflow::ThreadOptions::guard_size Guard area size to use near thread stacks to use (in bytes)

tensorflow::Thread::~Thread()

tensorflow::Thread::Thread()