Home
last modified time | relevance | path

Searched refs:GetLocalDeviceState (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dpjrt_stream_executor_client.cc127 StatusOr<LocalDeviceState*> PjRtStreamExecutorDevice::GetLocalDeviceState() in GetLocalDeviceState() function in xla::PjRtStreamExecutorDevice
660 ->GetLocalDeviceState()); in BufferFromHostBuffer()
843 ->GetLocalDeviceState()); in CreateUninitializedBuffer()
867 ->GetLocalDeviceState()); in BufferFromHostLiteral()
931 ->GetLocalDeviceState(); in MakeCrossHostReceiveBuffers()
974 TF_ASSIGN_OR_RETURN(LocalDeviceState * local_device, GetLocalDeviceState()); in TransferToInfeed()
981 TF_ASSIGN_OR_RETURN(LocalDeviceState * local_device, GetLocalDeviceState()); in TransferFromOutfeed()
1377 ->GetLocalDeviceState()); in CopyToDevice()
Dpjrt_stream_executor_client.h102 StatusOr<LocalDeviceState*> GetLocalDeviceState() const;