blob: e11065bf82070973930f6de9f5944cf4f6758938 [file] [log] [blame]
//===-- LinalgStructuredTransformOps.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_OPS
#define PYTHON_BINDINGS_LINALG_STRUCTURED_TRANSFORM_OPS
include "mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td"
#endif // PYTHON_BINDINGS_LINALG_STRUCTURED_TRANSFORM_OPS