Searched refs:call_on_destroy_ (Results 1 – 2 of 2) sorted by relevance
75 if (call_on_destroy_) { in ~TensorHandle()76 call_on_destroy_(); in ~TensorHandle()179 const std::function<void()> call_on_destroy_; variable
94 call_on_destroy_(std::move(call_on_destroy)), in TensorHandle()