Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/io/
Dzlib_inputstream.h33 struct ZStreamDef;
91 std::unique_ptr<ZStreamDef> z_stream_def_;
Dzlib_inputstream.cc26 struct ZStreamDef { struct
27 ZStreamDef(size_t input_buffer_capacity, size_t output_buffer_capacity) in ZStreamDef() argument
66 new ZStreamDef(input_buffer_capacity_, output_buffer_capacity_)), in ZlibInputStream()