[XLA] Avoid UB in HloEvaluator by doing signed + and - using unsigned integers.
We want the signed arithmetic in the evaluator to use 2's complement semantics, so we have to cast to unsigned integers. PiperOrigin-RevId: 226564968
Loading
Please sign in to comment