Home
last modified time | relevance | path

Searched refs:FlushOutputBufferToFile (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/lib/io/
Dzlib_outputbuffer.cc121 TF_RETURN_IF_ERROR(FlushOutputBufferToFile()); in DeflateBuffered()
131 Status ZlibOutputBuffer::FlushOutputBufferToFile() { in FlushOutputBufferToFile() function in tensorflow::io::ZlibOutputBuffer
180 TF_RETURN_IF_ERROR(FlushOutputBufferToFile()); in Append()
204 TF_RETURN_IF_ERROR(FlushOutputBufferToFile()); in Flush()
220 TF_RETURN_IF_ERROR(FlushOutputBufferToFile()); in Close()
Dzlib_outputbuffer.h143 Status FlushOutputBufferToFile();
/external/tensorflow/tensorflow/core/lib/io/snappy/
Dsnappy_outputbuffer.cc112 TF_RETURN_IF_ERROR(FlushOutputBufferToFile()); in Flush()
164 TF_RETURN_IF_ERROR(FlushOutputBufferToFile()); in AddToOutputBuffer()
177 Status SnappyOutputBuffer::FlushOutputBufferToFile() { in FlushOutputBufferToFile() function in tensorflow::io::SnappyOutputBuffer
Dsnappy_outputbuffer.h127 Status FlushOutputBufferToFile();