TT-MLIR
Public Member Functions | List of all members
mlir::tt::ttir::ConcatOpAdaptor Class Reference
Inheritance diagram for mlir::tt::ttir::ConcatOpAdaptor:
mlir::tt::ttir::ConcatOpGenericAdaptor<::mlir::ValueRange > mlir::tt::ttir::detail::ConcatOpGenericAdaptorBase

Public Member Functions

 ConcatOpAdaptor (ConcatOp op)
 
::llvm::LogicalResult verify (::mlir::Location loc)
 
 ConcatOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 ConcatOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 ConcatOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 
template<typename LateInst = ConcatOp, typename = std::enable_if_t<std::is_same_v<LateInst, ConcatOp>>>
 ConcatOpGenericAdaptor (RangeT values, LateInst op)
 
- Public Member Functions inherited from mlir::tt::ttir::ConcatOpGenericAdaptor<::mlir::ValueRange >
 ConcatOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 ConcatOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 ConcatOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs=nullptr)
 
 ConcatOpGenericAdaptor (::mlir::ValueRange values, LateInst op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
::mlir::ValueRange getODSOperands (unsigned index)
 
::mlir::ValueRange getInputs ()
 
ValueT getOutput ()
 
::mlir::ValueRange getOperands ()
 
- Public Member Functions inherited from mlir::tt::ttir::detail::ConcatOpGenericAdaptorBase
 ConcatOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 ConcatOpGenericAdaptorBase (ConcatOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::IntegerAttr getDimAttr ()
 
int32_t getDim ()
 
::mlir::ArrayAttr getOperandConstraintsAttr ()
 
::mlir::ArrayAttr getOperandConstraints ()
 

Additional Inherited Members

- Protected Attributes inherited from mlir::tt::ttir::detail::ConcatOpGenericAdaptorBase
::mlir::DictionaryAttr odsAttrs
 
::std::optional<::mlir::OperationName > odsOpName
 
Properties properties
 
::mlir::RegionRange odsRegions
 

Constructor & Destructor Documentation

◆ ConcatOpAdaptor()

mlir::tt::ttir::ConcatOpAdaptor::ConcatOpAdaptor ( ConcatOp  op)

Member Function Documentation

◆ ConcatOpGenericAdaptor() [1/4]

◆ ConcatOpGenericAdaptor() [2/4]

◆ ConcatOpGenericAdaptor() [3/4]

◆ ConcatOpGenericAdaptor() [4/4]

template<typename LateInst = ConcatOp, typename = std::enable_if_t<std::is_same_v<LateInst, ConcatOp>>>
mlir::tt::ttir::ConcatOpGenericAdaptor< RangeT >::ConcatOpGenericAdaptor ( typename LateInst  = ConcatOp,
typename  = std::enable_if_t<std::is_same_v<LateInst, ConcatOp>> 
)
inline

◆ verify()

llvm::LogicalResult mlir::tt::ttir::ConcatOpAdaptor::verify ( ::mlir::Location  loc)

The documentation for this class was generated from the following files: