Commit 3f594e1b authored by Jiri Simsa's avatar Jiri Simsa Committed by TensorFlower Gardener
Browse files

[tf.data] Replacing usage of `std::unique_ptr<Foo>(new Foo(...))` with...

[tf.data] Replacing usage of `std::unique_ptr<Foo>(new Foo(...))` with `absl::make_unique<Foo>(...)` when possible and wrapping it `absl::WrapUnique<Foo>` otherwise.

PiperOrigin-RevId: 228961343
parent 175962fc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment