909c4acfdd
Validate Operations / validate-operations (push) Has been cancelled
remove Spatial many ops in favor of tensor ops like in pim
10 lines
171 B
C++
10 lines
171 B
C++
#pragma once
|
|
|
|
#include "mlir/IR/PatternMatch.h"
|
|
|
|
namespace onnx_mlir {
|
|
|
|
void populateChannelLoweringPatterns(mlir::RewritePatternSet& patterns);
|
|
|
|
} // namespace onnx_mlir
|