Match multiple pattern nodes as input to rewrite.
* Allow multi input node patterns in the rewrite; * Use number of nodes matched as benefit; * Rewrite relu(add(...)) matching using the new pattern; To allow for undefined ops, do string compare - will address soon! PiperOrigin-RevId: 227225425
Loading
Please sign in to comment