blob: e86c9b7dd274bee92e9d0f4f2ae3f1de685a5417 [file] [log] [blame]
//===-- LinalgStructuredTransformEnums.td --------------------*- tablegen -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
//
// Entry point of the Python bindings generator for the structured transform ops
// provided by Linalg (and other dialects).
//
//===----------------------------------------------------------------------===//
#ifndef PYTHON_BINDINGS_LINALG_STRUCTURED_TRANSFORM_ENUMS
#define PYTHON_BINDINGS_LINALG_STRUCTURED_TRANSFORM_ENUMS
include "mlir/Dialect/Linalg/TransformOps/LinalgTransformEnums.td"
#endif // PYTHON_BINDINGS_LINALG_STRUCTURED_TRANSFORM_ENUMS