Run HardcodeMinMax graph transformation again after applying
--default_ranges_{min,max}. The specific issue that this fixes was
that with a Concatenation op involving one constant and one
non-constant input, the non-constant input got its minmax from
--default_ranges_{min,max}, but then it was too late for HardcodeMinMax
to propagate that to the other constant input of this Concatenation.
PiperOrigin-RevId: 178928533
Loading
Please sign in to comment