13 #ifndef MLIR_CONVERSION_TENSORTOLINALG_TENSORTOLINALGPASS_H
14 #define MLIR_CONVERSION_TENSORTOLINALG_TENSORTOLINALGPASS_H
21 #define GEN_PASS_DECL_CONVERTTENSORTOLINALG
22 #include "mlir/Conversion/Passes.h.inc"
Include the generated interface declarations.
std::unique_ptr< OperationPass< ModuleOp > > createConvertTensorToLinalgPass()
Creates a pass to convert Tensor ops to Linalg ops.