commit | c040745cc343b2243c97e3c94a48f8aa1c0d23e4 | [log] [tgz] |
---|---|---|
author | Chris Lattner <clattner@google.com> | Sun Dec 23 14:22:42 2018 -0800 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 14:35:49 2019 -0700 |
tree | edae192fbc833f28df3c35922cfb291ffb753cbc | |
parent | cead8218ad38a320f516a3c837417f56cf9eb906 [diff] |
Per review on the previous CL, drop MLFuncBuilder::createOperation, changing clients to use OperationState instead. This makes MLFuncBuilder more similiar to CFGFuncBuilder. This whole area will get tidied up more when cfg and ml worlds get unified. This patch is just gardening, NFC. PiperOrigin-RevId: 226701959