19 lines
280 B
C++
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
|