Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dsnapshot_util.cc176 zlib_underlying_dest_.swap(dest_); in Initialize()
181 zlib_underlying_dest_.get(), zlib_options.input_buffer_size, in Initialize()
291 if (zlib_underlying_dest_ != nullptr) { in Close()
292 TF_RETURN_IF_ERROR(zlib_underlying_dest_->Close()); in Close()
293 zlib_underlying_dest_ = nullptr; in Close()
Dsnapshot_util.h160 std::unique_ptr<WritableFile> zlib_underlying_dest_; variable