Home
last modified time | relevance | path

Searched refs:ReadCompressedBlockLength (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/lib/io/snappy/
Dsnappy_inputbuffer.cc85 TF_RETURN_IF_ERROR(ReadCompressedBlockLength(&compressed_block_length)); in Inflate()
128 Status SnappyInputBuffer::ReadCompressedBlockLength(uint32* length) { in ReadCompressedBlockLength() function in tensorflow::io::SnappyInputBuffer
Dsnappy_inputbuffer.h93 Status ReadCompressedBlockLength(uint32* length);