torch-mlir/include/npcomp/Dialect/Torch/IR/TorchDialect.h

17 lines
595 B
C
Raw Normal View History

2020-09-29 03:02:35 +08:00
//===------------------------------------------------------------*- C++ -*-===//
//
// 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 NPCOMP_DIALECT_TORCH_IR_TORCHDIALECT_H
#define NPCOMP_DIALECT_TORCH_IR_TORCHDIALECT_H
#include "mlir/IR/Dialect.h"
#include "npcomp/Dialect/Torch/IR/TorchDialect.h.inc"
2020-09-29 03:02:35 +08:00
#endif // NPCOMP_DIALECT_TORCH_IR_TORCHDIALECT_H