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.cc83 std::function<void()> call_on_destroy, Device* d, in TensorHandle() argument
94 call_on_destroy_(std::move(call_on_destroy)), in TensorHandle()
Dtensor_handle.h67 DataType dtype, std::function<void()> call_on_destroy, Device* d,