#pragma once #include "mlir/IR/PatternMatch.h" namespace onnx_mlir { void populateGlobalTensorToMemrefPatterns(mlir::RewritePatternSet& patterns); }