[XLA] Don't overload IrArray::multidim() with public and private versions.
Overload resolution happens before access checks. So the old way of doing it meant that you could never call multidim() on a non-const IrArray (because that would be resolved to the private function). PiperOrigin-RevId: 203823164
Loading
Please sign in to comment