• Diego Caballero's avatar
    [MLIR] Add element-wise reduction ops to nGraph dialect (#37) · d34cd05a
    Diego Caballero authored
    This patch introduces tablegen definitions for element-wise reduction
    operations (only definitions, not building/lowering code). This includes
    argmin, argmax, min, max, sum, prod, all and any.
    
    From the design point of view, a single base class seems to be enough to
    cover all the common ground of these operations. A different base class will
    be necessary for avg pool reduction operations.
    d34cd05a
Name
Last commit
Last update
..
dialect Loading commit data...
CMakeLists.txt Loading commit data...
compiler.cpp Loading commit data...
compiler.hpp Loading commit data...
lowerer.cpp Loading commit data...
lowerer.hpp Loading commit data...
memory_manager.cpp Loading commit data...
memory_manager.hpp Loading commit data...
op_lowerers.inc Loading commit data...
ops_supported.inc Loading commit data...