XLABuilder -- Uniquify constant names when constant folding xla_builder
Constant folding can introduce multiple constant nodes in a graph, previously we use the same name for them, which could break the invariance that the names are unique in a graph. PiperOrigin-RevId: 229243764
Loading
Please sign in to comment