commit | d499380545f47d73b412a7a9398864f578267898 | [log] [tgz] |
---|---|---|
author | Jacques Pienaar <jpienaar@google.com> | Thu Jan 31 17:57:06 2019 -0800 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 16:04:53 2019 -0700 |
tree | a080c033d246acd21f95394c0c448cd089b84214 | |
parent | 41dba351dc45a1b078c69657365c7fe271a33dd8 [diff] |
Add fallback to native code op builder specification for patterns. This allow for arbitrarily complex builder patterns which is meant to cover initial cases while the modelling is improved and long tail cases/cases for which expanding the DSL would result in worst overall system. NFC just sorting the emit replace methods alphabetical in the class and file body. PiperOrigin-RevId: 231890352