Home
last modified time | relevance | path

Searched refs:GetDeviceToHostStream (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dlocal_device_state.h114 se::Stream* GetDeviceToHostStream();
Dlocal_device_state.cc106 se::Stream* LocalDeviceState::GetDeviceToHostStream() { in GetDeviceToHostStream() function in xla::LocalDeviceState
Dpjrt_stream_executor_client.cc1221 se::Stream* stream = local_device->GetDeviceToHostStream(); in ToLiteral()