Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/io/
Dzlib_inputstream.cc26 struct ZStreamDef { struct
27 ZStreamDef(size_t input_buffer_capacity, size_t output_buffer_capacity) in ZStreamDef() argument
35 std::unique_ptr<Bytef[]> input;
38 std::unique_ptr<Bytef[]> output;
52 std::unique_ptr<z_stream> stream;