A. Unique TensorFlower 06384d97df Fix the MHLO to LMHLO lowering of 'gather'
The lowering assumes that the 'gather' op attributes are identical in both MHLO and LMHLO. But that's not true; some time ago the MHLO version was changed to pack 4 of its attributes into a struct. By doing the same for the LMHLO version we both fix the lowering for this op and resolve a longstanding TODO.

PiperOrigin-RevId: 337943946
Change-Id: I872adaec775cffa21a35ff2dd2d10db1b15330fe
2020-10-19 15:28:32 -07:00
..