11 lines
155 B
C++
11 lines
155 B
C++
#pragma once
|
|
|
|
#include "mlir/IR/PatternMatch.h"
|
|
|
|
|
|
namespace onnx_mlir {
|
|
|
|
void populateGlobalTensorToMemrefPatterns(mlir::RewritePatternSet& patterns);
|
|
|
|
}
|