commit | f8bbadb1fd70b78eabdbc1c1be53ad0615a44125 | [log] [tgz] |
---|---|---|
author | James Molloy <jmolloy@google.com> | Wed Aug 01 11:53:50 2018 -0700 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 12:52:20 2019 -0700 |
tree | b823c527ca889046eccc7adccef06fe94c2cf2c9 | |
parent | d496421f0a8bf43c8ede2369757f1a9abb94d036 [diff] |
[mlir] Add initial graphdef->mlir generation This CL adds: * One graphdef extracted from the TF test suite. More will come. * Scaffolding for the "graphdef2mlir" tool. * Importing of simple graphs. Type inference is not yet working, and attributes do not work either. * A fix for CFGFunction::~CFGFunction to not die if the function was destroyed without a terminator (for example if we exit early due to an error). PiperOrigin-RevId: 206965992