torch-mlir/lib/Dialect/Numpy/NumpyOps.cpp

22 lines
663 B
C++
Raw Normal View History

2020-04-27 08:20:58 +08:00
//===- NumpyOps.cpp - Core numpy dialect ops --------------------*- 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
//
//===----------------------------------------------------------------------===//
#include "npcomp/Dialect/Numpy/NumpyOps.h"
#include "mlir/IR/OpImplementation.h"
#include "npcomp/Dialect/Numpy/NumpyDialect.h"
namespace mlir {
namespace npcomp {
namespace numpy {
#include "npcomp/Dialect/Numpy/NumpyOps.cpp.inc"
} // namespace numpy
} // namespace npcomp
} // namespace mlir