Home
last modified time | relevance | path

Searched defs:remote_handle (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl.h133 Status GetTensorHandle(const RemoteTensorHandleInternal& remote_handle, in GetTensorHandle()
148 Status DeleteTensorHandle(const RemoteTensorHandleInternal& remote_handle) { in DeleteTensorHandle()
Deager_service_impl.cc173 for (const auto& remote_handle : operation.inputs()) { in ExecuteOp() local
Deager_service_impl_test.cc44 const RemoteTensorHandleInternal& remote_handle, in GetTensorHandle()
/external/libchrome/mojo/core/
Dplatform_handle_in_transit.h63 HANDLE remote_handle() const { return remote_handle_; } in remote_handle() function
/external/libchrome/mojo/public/cpp/platform/
Dplatform_channel.cc154 PlatformHandle remote_handle; in PlatformChannel() local