Home
last modified time | relevance | path

Searched refs:handle_to_decref (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_tensor_handle_data.cc50 auto* handle_to_decref = request->add_queue()->mutable_handle_to_decref(); in DestroyRemoteTensorHandle() local
51 handle_to_decref->set_op_id(op_id); in DestroyRemoteTensorHandle()
52 handle_to_decref->set_output_num(output_num); in DestroyRemoteTensorHandle()
Dremote_execute_node.cc43 item.handle_to_decref().op_id(), ":", in RunAsync()
44 item.handle_to_decref().output_num(), ")")); in RunAsync()
Deager_service_impl.cc574 auto handle_to_decref = absl::make_unique<RemoteTensorHandleInternal>( in Enqueue() local
575 item.handle_to_decref()); in Enqueue()
577 context, std::move(handle_to_decref)); in Enqueue()
/external/tensorflow/tensorflow/core/protobuf/
Deager_service.proto62 RemoteTensorHandle handle_to_decref = 1; field