hello-mlir/include/hello/ShapeInferenceInterface.h
jackfiled 902915a57b
feat: toy tutorial chapter 4.
Signed-off-by: jackfiled <xcrenchangjun@outlook.com>
2025-06-03 16:03:17 +08:00

19 lines
280 B
C++

//
// Created by ricardo on 02/06/25.
//
#ifndef SHAPEINFERENCEINTERFACE_H
#define SHAPEINFERENCEINTERFACE_H
#include "mlir/IR/OpDefinition.h"
namespace mlir
{
namespace hello
{
#include "hello/ShapeInferenceInterface.h.inc"
}
}
#endif //SHAPEINFERENCEINTERFACE_H