commit | 39c6f468ead155200983b2abc03de4ca391ba2b4 | [log] [tgz] |
---|---|---|
author | Lei Zhang <antiagainst@google.com> | Tue Nov 20 11:25:05 2018 -0800 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 14:03:35 2019 -0700 |
tree | ba1d1c262c6f64302beb00e1d7983b42689483b5 | |
parent | faa484797d1214a739b888e2c7d0a0ca7b14b1a4 [diff] |
Convert TF::Conv2D into TFL::Conv2D Added TF::Conv2D op and TFL::Conv2D op, and converted TF::Conv2D to TFL::Conv2D, which need to address the operand numberr mismatch and attribute conversion. PiperOrigin-RevId: 222277554