//===- InferTypeOpInterface.cpp - Infer Type Interfaces ---------*- C++ -*-===// // // Part of the MLIR 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 // //===----------------------------------------------------------------------===// // // This file contains the definitions of the infer op interfaces defined in // `InferTypeOpInterface.td`. // //===----------------------------------------------------------------------===// #include "mlir/Analysis/InferTypeOpInterface.h" #include "mlir/IR/Attributes.h" #include "mlir/IR/Operation.h" #include "mlir/IR/Types.h" #include "llvm/ADT/SmallVector.h" namespace mlir { #include "mlir/Analysis/InferTypeOpInterface.cpp.inc" } // namespace mlir