blob: acb4aecede7e878781070d62820577b22ce7a2a5 [file] [log] [blame]
//===-- VectorTransformsBase.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 vector transform ops.
//
//===----------------------------------------------------------------------===//
#ifndef PYTHON_BINDINGS_VECTORTRANSFORMBASE
#define PYTHON_BINDINGS_VECTORTRANSFORMBASE
include "mlir/Dialect/Vector/Transforms/VectorTransformsBase.td"
#endif // PYTHON_BINDINGS_VECTORTRANSFORMBASE