Home
last modified time | relevance | path

Searched refs:CreateDeviceToHostChannelHandle (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/python/
Dpy_client.h121 StatusOr<ChannelHandle> CreateDeviceToHostChannelHandle() { in CreateDeviceToHostChannelHandle() function
122 return pjrt_client_->CreateDeviceToHostChannelHandle(); in CreateDeviceToHostChannelHandle()
Dxla.cc219 &PyClient::CreateDeviceToHostChannelHandle) in PYBIND11_MODULE()
/external/tensorflow/tensorflow/compiler/xla/client/
Dclient.h223 StatusOr<ChannelHandle> CreateDeviceToHostChannelHandle();
Dclient.cc512 StatusOr<ChannelHandle> Client::CreateDeviceToHostChannelHandle() { in CreateDeviceToHostChannelHandle() function in xla::Client
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dpjrt_stream_executor_client.h207 StatusOr<ChannelHandle> CreateDeviceToHostChannelHandle() override { in CreateDeviceToHostChannelHandle() function
208 return client()->CreateDeviceToHostChannelHandle(); in CreateDeviceToHostChannelHandle()
Dpjrt_client.h263 virtual StatusOr<ChannelHandle> CreateDeviceToHostChannelHandle() = 0;
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.cc1432 client()->CreateDeviceToHostChannelHandle()); in GetDeviceToHostChannelHandle()