TT-MLIR
Classes | Public Member Functions | Protected Attributes | List of all members
mlir::tt::ttir::detail::DotGeneralOpGenericAdaptorBase Class Reference
Inheritance diagram for mlir::tt::ttir::detail::DotGeneralOpGenericAdaptorBase:
mlir::tt::ttir::DotGeneralOpGenericAdaptor<::mlir::ValueRange > mlir::tt::ttir::DotGeneralOpGenericAdaptor< RangeT > mlir::tt::ttir::DotGeneralOpAdaptor

Classes

struct  Properties
 

Public Member Functions

 DotGeneralOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 DotGeneralOpGenericAdaptorBase (DotGeneralOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::DenseI64ArrayAttr getBatchDimsLhsAttr ()
 
::llvm::ArrayRef< int64_t > getBatchDimsLhs ()
 
::mlir::DenseI64ArrayAttr getContractDimsLhsAttr ()
 
::llvm::ArrayRef< int64_t > getContractDimsLhs ()
 
::mlir::DenseI64ArrayAttr getBatchDimsRhsAttr ()
 
::llvm::ArrayRef< int64_t > getBatchDimsRhs ()
 
::mlir::DenseI64ArrayAttr getContractDimsRhsAttr ()
 
::llvm::ArrayRef< int64_t > getContractDimsRhs ()
 

Protected Attributes

::mlir::DictionaryAttr odsAttrs
 
::std::optional<::mlir::OperationName > odsOpName
 
Properties properties
 
::mlir::RegionRange odsRegions
 

Constructor & Destructor Documentation

◆ DotGeneralOpGenericAdaptorBase() [1/2]

mlir::tt::ttir::detail::DotGeneralOpGenericAdaptorBase::DotGeneralOpGenericAdaptorBase ( ::mlir::DictionaryAttr  attrs,
const Properties properties,
::mlir::RegionRange  regions = {} 
)
inline

◆ DotGeneralOpGenericAdaptorBase() [2/2]

mlir::tt::ttir::detail::DotGeneralOpGenericAdaptorBase::DotGeneralOpGenericAdaptorBase ( DotGeneralOp  op)

Member Function Documentation

◆ getAttributes()

::mlir::DictionaryAttr mlir::tt::ttir::detail::DotGeneralOpGenericAdaptorBase::getAttributes ( )
inline

◆ getBatchDimsLhs()

llvm::ArrayRef< int64_t > mlir::tt::ttir::detail::DotGeneralOpGenericAdaptorBase::getBatchDimsLhs ( )

◆ getBatchDimsLhsAttr()

::mlir::DenseI64ArrayAttr mlir::tt::ttir::detail::DotGeneralOpGenericAdaptorBase::getBatchDimsLhsAttr ( )
inline

◆ getBatchDimsRhs()

llvm::ArrayRef< int64_t > mlir::tt::ttir::detail::DotGeneralOpGenericAdaptorBase::getBatchDimsRhs ( )

◆ getBatchDimsRhsAttr()

::mlir::DenseI64ArrayAttr mlir::tt::ttir::detail::DotGeneralOpGenericAdaptorBase::getBatchDimsRhsAttr ( )
inline

◆ getContractDimsLhs()

llvm::ArrayRef< int64_t > mlir::tt::ttir::detail::DotGeneralOpGenericAdaptorBase::getContractDimsLhs ( )

◆ getContractDimsLhsAttr()

::mlir::DenseI64ArrayAttr mlir::tt::ttir::detail::DotGeneralOpGenericAdaptorBase::getContractDimsLhsAttr ( )
inline

◆ getContractDimsRhs()

llvm::ArrayRef< int64_t > mlir::tt::ttir::detail::DotGeneralOpGenericAdaptorBase::getContractDimsRhs ( )

◆ getContractDimsRhsAttr()

::mlir::DenseI64ArrayAttr mlir::tt::ttir::detail::DotGeneralOpGenericAdaptorBase::getContractDimsRhsAttr ( )
inline

◆ getODSOperandIndexAndLength()

std::pair<unsigned, unsigned> mlir::tt::ttir::detail::DotGeneralOpGenericAdaptorBase::getODSOperandIndexAndLength ( unsigned  index,
unsigned  odsOperandsSize 
)
inline

◆ getProperties()

const Properties& mlir::tt::ttir::detail::DotGeneralOpGenericAdaptorBase::getProperties ( )
inline

Member Data Documentation

◆ odsAttrs

::mlir::DictionaryAttr mlir::tt::ttir::detail::DotGeneralOpGenericAdaptorBase::odsAttrs
protected

◆ odsOpName

::std::optional<::mlir::OperationName> mlir::tt::ttir::detail::DotGeneralOpGenericAdaptorBase::odsOpName
protected

◆ odsRegions

::mlir::RegionRange mlir::tt::ttir::detail::DotGeneralOpGenericAdaptorBase::odsRegions
protected

◆ properties

Properties mlir::tt::ttir::detail::DotGeneralOpGenericAdaptorBase::properties
protected

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