12 lines
156 B
C++
12 lines
156 B
C++
#pragma once
|
|
#include "mlir/IR/PatternMatch.h"
|
|
|
|
namespace onnx_mlir {
|
|
|
|
namespace spatial {
|
|
|
|
// TODO: Add here eventual patterns
|
|
|
|
}
|
|
|
|
} // namespace onnx_mlir
|