Home
last modified time | relevance | path

Searched refs:unread_bytes (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/lib/io/snappy/
Dsnappy_outputbuffer.cc143 const int32 unread_bytes = avail_in_; in AddToInputBuffer() local
145 input_buffer_capacity_ - (read_bytes + unread_bytes); in AddToInputBuffer()
/external/tensorflow/tensorflow/core/lib/io/
Dzlib_outputbuffer.cc98 int32 unread_bytes = z_stream_->avail_in; in AddToInputBuffer() local
99 int32 free_tail_bytes = input_buffer_capacity_ - (read_bytes + unread_bytes); in AddToInputBuffer()
Dzlib_inputstream.cc177 size_t unread_bytes = in ReadBytesFromCache() local
180 size_t can_read_bytes = std::min(bytes_to_read, unread_bytes); in ReadBytesFromCache()