// // Created by ricardo on 02/06/25. // #ifndef PASSES_H #define PASSES_H #include namespace mlir { class Pass; namespace hello { std::unique_ptr createShapeInferencePass(); } } #endif //PASSES_H