Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dtensor_handle.h75 if (call_on_destroy_) { in ~TensorHandle()
76 call_on_destroy_(); in ~TensorHandle()
179 const std::function<void()> call_on_destroy_; variable
Dtensor_handle.cc94 call_on_destroy_(std::move(call_on_destroy)), in TensorHandle()