11 lines
214 B
C++
11 lines
214 B
C++
#pragma once
|
|
|
|
#include "mlir/Dialect/Func/IR/FuncOps.h"
|
|
#include "mlir/Support/LogicalResult.h"
|
|
|
|
namespace onnx_mlir {
|
|
|
|
mlir::LogicalResult verifyONNXToSpatial(mlir::func::FuncOp funcOp);
|
|
|
|
} // namespace onnx_mlir
|