* Add optimization to hoist a common factor out of sums of products involving...
* Add optimization to hoist a common factor out of sums of products involving aggregate ops (AddN, Add, Accumulate) or eliminate the aggregation op entirely. * Replace trivial aggregations of the form x+x+x... with const(N)*x for N > 1. PiperOrigin-RevId: 174398543
Loading
Please sign in to comment