mirror of https://github.com/llvm/torch-mlir
16 lines
520 B
TableGen
16 lines
520 B
TableGen
|
//===- ATenToStd.td ----------------------------------------*- tablegen -*-===//
|
||
|
//
|
||
|
// This file is licensed 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 MLIR_ATEN_TO_STD_TD
|
||
|
#define MLIR_ATEN_TO_STD_TD
|
||
|
|
||
|
include "mlir/Dialect/StandardOps/IR/Ops.td"
|
||
|
include "npcomp/Dialect/ATen/IR/ATenOps.td"
|
||
|
|
||
|
#endif
|