Searched refs:CreateHostToDeviceChannelHandle (Results 1 – 7 of 7) sorted by relevance
124 StatusOr<ChannelHandle> CreateHostToDeviceChannelHandle() { in CreateHostToDeviceChannelHandle() function125 return pjrt_client_->CreateHostToDeviceChannelHandle(); in CreateHostToDeviceChannelHandle()
221 &PyClient::CreateHostToDeviceChannelHandle) in PYBIND11_MODULE()
222 StatusOr<ChannelHandle> CreateHostToDeviceChannelHandle();
508 StatusOr<ChannelHandle> Client::CreateHostToDeviceChannelHandle() { in CreateHostToDeviceChannelHandle() function in xla::Client
210 StatusOr<ChannelHandle> CreateHostToDeviceChannelHandle() override { in CreateHostToDeviceChannelHandle() function211 return client()->CreateHostToDeviceChannelHandle(); in CreateHostToDeviceChannelHandle()
264 virtual StatusOr<ChannelHandle> CreateHostToDeviceChannelHandle() = 0;
1420 client()->CreateHostToDeviceChannelHandle()); in GetHostToDeviceChannelHandle()