Home
last modified time | relevance | path

Searched refs:DeleteTensorHandle (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/protobuf/
Deager_service.proto173 // This takes a list of Execute and DeleteTensorHandle operations and enqueues
176 // DeleteTensorHandle entries will be assumed to be alive and are usable by
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl.h148 Status DeleteTensorHandle(const RemoteTensorHandleInternal& remote_handle) { in DeleteTensorHandle() function
Deager_service_impl.cc213 TF_RETURN_IF_ERROR(context->DeleteTensorHandle( in Enqueue()