Files
clang-p2996/mlir/python/mlir/dialects/VectorTransformsBase.td
2023-08-23 17:59:36 -07:00

20 lines
739 B
TableGen

//===-- 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