Fix MulConvPushDown so it applies the optimization only when the shape of the
const input to Mul op has at most one dimension that is larger than one. Without the change in constant_folding.cc, the updated tests will fail with incorrect result. PiperOrigin-RevId: 233693586
Loading
Please sign in to comment