• Pruthvi's avatar
    [MLIR] Graph pass to lower ngraph to ngraph dialect (#3835) · 6fbed3b9
    Pruthvi authored
    *  WIP graph pass to lower ngraph to ngraph dialect
    
    * resolved compiler errors
    
    * - refactor ngraph-dialect to graph pass
    
    * - fix compilation issue
    - unit test passes
    
    *  - style fix
    
    * Addressed PR comments
    
    * - move NgDialectConversionPass to anonymous namespace
    
    * - use getModule() to access module inside the graph pass
    - address PR comments
    
    *  - fix failing unit test case for negative padding
    - make builder as an object isntead of pointer to an object
    
    * Address PR Comments
    6fbed3b9
Name
Last commit
Last update
..
dialect.cpp Loading commit data...
dialect.hpp Loading commit data...
fused_ops.td Loading commit data...
ops.cpp Loading commit data...
ops.hpp Loading commit data...
ops.td Loading commit data...
ops_attributes.td Loading commit data...
ops_interfaces.td Loading commit data...
ops_v0.td Loading commit data...
ops_v1.td Loading commit data...
type.cpp Loading commit data...
type.hpp Loading commit data...