Change RecvTensor RPC implementation to use...
Change RecvTensor RPC implementation to use DeviceContext::CopyDeviceTensorToCPU rather than calling GPUUtil::CopyGPUTensorToCPU. The direct call into the GPU code is problematic for non-GPU devices. PiperOrigin-RevId: 195433287
Loading
Please sign in to comment