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

Classes

struct  Properties
 

Public Member Functions

 GatherOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 GatherOpGenericAdaptorBase (GatherOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::DenseI64ArrayAttr getOffsetDimsAttr ()
 
::llvm::ArrayRef< int64_t > getOffsetDims ()
 
::mlir::DenseI64ArrayAttr getCollapsedSliceDimsAttr ()
 
::llvm::ArrayRef< int64_t > getCollapsedSliceDims ()
 
::mlir::DenseI64ArrayAttr getOperandBatchingDimsAttr ()
 
::llvm::ArrayRef< int64_t > getOperandBatchingDims ()
 
::mlir::DenseI64ArrayAttr getStartIndicesBatchingDimsAttr ()
 
::llvm::ArrayRef< int64_t > getStartIndicesBatchingDims ()
 
::mlir::DenseI64ArrayAttr getStartIndexMapAttr ()
 
::llvm::ArrayRef< int64_t > getStartIndexMap ()
 
::mlir::IntegerAttr getIndexVectorDimAttr ()
 
int64_t getIndexVectorDim ()
 
::mlir::DenseI64ArrayAttr getSliceSizesAttr ()
 
::llvm::ArrayRef< int64_t > getSliceSizes ()
 
::mlir::BoolAttr getIndicesAreSortedAttr ()
 
bool getIndicesAreSorted ()
 
::mlir::ArrayAttr getOperandConstraintsAttr ()
 
::mlir::ArrayAttr getOperandConstraints ()
 

Protected Attributes

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

Constructor & Destructor Documentation

◆ GatherOpGenericAdaptorBase() [1/2]

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

◆ GatherOpGenericAdaptorBase() [2/2]

mlir::tt::ttir::detail::GatherOpGenericAdaptorBase::GatherOpGenericAdaptorBase ( GatherOp  op)

Member Function Documentation

◆ getAttributes()

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

◆ getCollapsedSliceDims()

llvm::ArrayRef< int64_t > mlir::tt::ttir::detail::GatherOpGenericAdaptorBase::getCollapsedSliceDims ( )

◆ getCollapsedSliceDimsAttr()

::mlir::DenseI64ArrayAttr mlir::tt::ttir::detail::GatherOpGenericAdaptorBase::getCollapsedSliceDimsAttr ( )
inline

◆ getIndexVectorDim()

int64_t mlir::tt::ttir::detail::GatherOpGenericAdaptorBase::getIndexVectorDim ( )

◆ getIndexVectorDimAttr()

::mlir::IntegerAttr mlir::tt::ttir::detail::GatherOpGenericAdaptorBase::getIndexVectorDimAttr ( )
inline

◆ getIndicesAreSorted()

bool mlir::tt::ttir::detail::GatherOpGenericAdaptorBase::getIndicesAreSorted ( )

◆ getIndicesAreSortedAttr()

::mlir::BoolAttr mlir::tt::ttir::detail::GatherOpGenericAdaptorBase::getIndicesAreSortedAttr ( )
inline

◆ getODSOperandIndexAndLength()

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

◆ getOffsetDims()

llvm::ArrayRef< int64_t > mlir::tt::ttir::detail::GatherOpGenericAdaptorBase::getOffsetDims ( )

◆ getOffsetDimsAttr()

::mlir::DenseI64ArrayAttr mlir::tt::ttir::detail::GatherOpGenericAdaptorBase::getOffsetDimsAttr ( )
inline

◆ getOperandBatchingDims()

llvm::ArrayRef< int64_t > mlir::tt::ttir::detail::GatherOpGenericAdaptorBase::getOperandBatchingDims ( )

◆ getOperandBatchingDimsAttr()

::mlir::DenseI64ArrayAttr mlir::tt::ttir::detail::GatherOpGenericAdaptorBase::getOperandBatchingDimsAttr ( )
inline

◆ getOperandConstraints()

mlir::ArrayAttr mlir::tt::ttir::detail::GatherOpGenericAdaptorBase::getOperandConstraints ( )

◆ getOperandConstraintsAttr()

::mlir::ArrayAttr mlir::tt::ttir::detail::GatherOpGenericAdaptorBase::getOperandConstraintsAttr ( )
inline

◆ getProperties()

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

◆ getSliceSizes()

llvm::ArrayRef< int64_t > mlir::tt::ttir::detail::GatherOpGenericAdaptorBase::getSliceSizes ( )

◆ getSliceSizesAttr()

::mlir::DenseI64ArrayAttr mlir::tt::ttir::detail::GatherOpGenericAdaptorBase::getSliceSizesAttr ( )
inline

◆ getStartIndexMap()

llvm::ArrayRef< int64_t > mlir::tt::ttir::detail::GatherOpGenericAdaptorBase::getStartIndexMap ( )

◆ getStartIndexMapAttr()

::mlir::DenseI64ArrayAttr mlir::tt::ttir::detail::GatherOpGenericAdaptorBase::getStartIndexMapAttr ( )
inline

◆ getStartIndicesBatchingDims()

llvm::ArrayRef< int64_t > mlir::tt::ttir::detail::GatherOpGenericAdaptorBase::getStartIndicesBatchingDims ( )

◆ getStartIndicesBatchingDimsAttr()

::mlir::DenseI64ArrayAttr mlir::tt::ttir::detail::GatherOpGenericAdaptorBase::getStartIndicesBatchingDimsAttr ( )
inline

Member Data Documentation

◆ odsAttrs

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

◆ odsOpName

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

◆ odsRegions

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

◆ properties

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

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