Commit 16ffd7c6 authored by Justin Lebar's avatar Justin Lebar Committed by TensorFlower Gardener
Browse files

[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
parent 41325466
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment