Searched refs:CreateDeviceToHostChannelHandle (Results 1 – 7 of 7) sorted by relevance
121 StatusOr<ChannelHandle> CreateDeviceToHostChannelHandle() { in CreateDeviceToHostChannelHandle() function122 return pjrt_client_->CreateDeviceToHostChannelHandle(); in CreateDeviceToHostChannelHandle()
219 &PyClient::CreateDeviceToHostChannelHandle) in PYBIND11_MODULE()
223 StatusOr<ChannelHandle> CreateDeviceToHostChannelHandle();
512 StatusOr<ChannelHandle> Client::CreateDeviceToHostChannelHandle() { in CreateDeviceToHostChannelHandle() function in xla::Client
207 StatusOr<ChannelHandle> CreateDeviceToHostChannelHandle() override { in CreateDeviceToHostChannelHandle() function208 return client()->CreateDeviceToHostChannelHandle(); in CreateDeviceToHostChannelHandle()
263 virtual StatusOr<ChannelHandle> CreateDeviceToHostChannelHandle() = 0;
1432 client()->CreateDeviceToHostChannelHandle()); in GetDeviceToHostChannelHandle()