llvm/tools/mlir/include/mlir/Dialect/Mesh/IR/MeshAttributes.h.inc

/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
|*                                                                            *|
|* AttrDef Declarations                                                       *|
|*                                                                            *|
|* Automatically generated file, do not edit!                                 *|
|*                                                                            *|
\*===----------------------------------------------------------------------===*/

#ifdef GET_ATTRDEF_CLASSES
#undef GET_ATTRDEF_CLASSES


namespace mlir {
class AsmParser;
class AsmPrinter;
} // namespace mlir
namespace mlir {
namespace mesh {
class ReductionKindAttr;
class MeshAxesArrayAttr;
namespace detail {
struct ReductionKindAttrStorage;
} // namespace detail
class ReductionKindAttr : public ::mlir::Attribute::AttrBase<ReductionKindAttr, ::mlir::Attribute, detail::ReductionKindAttrStorage> {};
namespace detail {
struct MeshAxesArrayAttrStorage;
} // namespace detail
class MeshAxesArrayAttr : public ::mlir::Attribute::AttrBase<MeshAxesArrayAttr, ::mlir::Attribute, detail::MeshAxesArrayAttrStorage> {};
} // namespace mesh
} // namespace mlir
MLIR_DECLARE_EXPLICIT_TYPE_ID(::mlir::mesh::ReductionKindAttr)
MLIR_DECLARE_EXPLICIT_TYPE_ID(::mlir::mesh::MeshAxesArrayAttr)

#endif  // GET_ATTRDEF_CLASSES