[eager]: remote_op_id_ should be an int64 not a uint64
Prior to this change, it was a uint64 being assigned a default value of -1. The comparison (remote_op_id_ >= 0) in TensorHandle::IsRemote() was thus a no-op. PiperOrigin-RevId: 202159067
Loading
Please sign in to comment