ops_supported.inc 168 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
// List of all ops supported by MLIR backend end-to-end
#ifndef MLIR_OP
#define MLIR_OP
#endif

MLIR_OP(Add)
MLIR_OP(Dot)
// Add new supported ops here

nmostafa's avatar
nmostafa committed
10
#undef MLIR_OP