Fix HloSharding::ToString to be compatible with the HLO text parser
The incompatibility made it impossible to parse HLO modules with sharding attributes printed from a previous run of XLA. The previous format generated by this function was ambigious so changing the HLO parser only wouldn't be feasible. PiperOrigin-RevId: 190208069
Loading
Please sign in to comment