A. Unique TensorFlower fb5a3c3c6a Fix issues caught by -Wtautological-constant-compare
This fixes a check that is always evaluates to true.  The check expression is a
conditional operator that returns 1 or 2, both of which convert to true.  This
fix puts in the enum value that causes the check to pass.

PiperOrigin-RevId: 317391929
Change-Id: I12f3f9b06f494b4bcf0e4ff194d4dc4edafd52e2
2020-06-19 15:34:06 -07:00
..