HomeSort by relevance Sort by last modified time
    Searched refs:zlib_input_stream_ (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/lib/io/
record_reader.cc 70 zlib_input_stream_.reset(new ZlibInputStream(
94 if (zlib_input_stream_) {
102 TF_RETURN_IF_ERROR(zlib_input_stream_->ReadNBytes(expected, storage));
201 if (zlib_input_stream_) {
202 TF_RETURN_IF_ERROR(zlib_input_stream_->SkipNBytes(offset));
record_reader.h 89 std::unique_ptr<ZlibInputStream> zlib_input_stream_; member in class:tensorflow::io::RecordReader
  /external/tensorflow/tensorflow/core/kernels/data/
reader_dataset_ops.cc 222 zlib_input_stream_.reset(new io::ZlibInputStream(
226 zlib_input_stream_.get(), dataset()->options_.input_buffer_size,
239 zlib_input_stream_.reset();
247 std::unique_ptr<io::ZlibInputStream> zlib_input_stream_ GUARDED_BY(mu_);

Completed in 84 milliseconds