mirror of https://github.com/llvm/torch-mlir
16 lines
546 B
TableGen
16 lines
546 B
TableGen
//===-- TCFBind.td - TCF dialect bind ----------------------*- 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
|
|
//
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
#ifndef NPCOMP_PYTHON_DIALECTS_TCF_BIND
|
|
#define NPCOMP_PYTHON_DIALECTS_TCF_BIND
|
|
|
|
include "mlir/Bindings/Python/Attributes.td"
|
|
include "npcomp/Dialect/TCF/IR/TCFOps.td"
|
|
|
|
#endif
|