909c4acfdd
Validate Operations / validate-operations (push) Has been cancelled
remove Spatial many ops in favor of tensor ops like in pim
11 lines
226 B
C++
11 lines
226 B
C++
#pragma once
|
|
|
|
#include "mlir/Dialect/Func/IR/FuncOps.h"
|
|
#include "mlir/Support/LogicalResult.h"
|
|
|
|
namespace onnx_mlir {
|
|
|
|
mlir::LogicalResult verifyONNXToSpatialHostLegality(mlir::func::FuncOp funcOp);
|
|
|
|
} // namespace onnx_mlir
|