TT-MLIR
Classes | Public Member Functions | Protected Attributes | List of all members
mlir::tt::ttnn::detail::MaxPool2dOpGenericAdaptorBase Class Reference
Inheritance diagram for mlir::tt::ttnn::detail::MaxPool2dOpGenericAdaptorBase:
mlir::tt::ttnn::MaxPool2dOpGenericAdaptor< RangeT > mlir::tt::ttnn::MaxPool2dOpAdaptor

Classes

struct  Properties
 

Public Member Functions

 MaxPool2dOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 MaxPool2dOpGenericAdaptorBase (MaxPool2dOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::IntegerAttr getBatchSizeAttr ()
 
int32_t getBatchSize ()
 
::mlir::IntegerAttr getInputHeightAttr ()
 
int32_t getInputHeight ()
 
::mlir::IntegerAttr getInputWidthAttr ()
 
int32_t getInputWidth ()
 
::mlir::IntegerAttr getChannelsAttr ()
 
int32_t getChannels ()
 
::mlir::DenseI32ArrayAttr getKernelSizeAttr ()
 
::llvm::ArrayRef< int32_t > getKernelSize ()
 
::mlir::DenseI32ArrayAttr getStrideAttr ()
 
::llvm::ArrayRef< int32_t > getStride ()
 
::mlir::DenseI32ArrayAttr getPaddingAttr ()
 
::llvm::ArrayRef< int32_t > getPadding ()
 
::mlir::DenseI32ArrayAttr getDilationAttr ()
 
::llvm::ArrayRef< int32_t > getDilation ()
 
::mlir::BoolAttr getCeilModeAttr ()
 
bool getCeilMode ()
 

Protected Attributes

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

Constructor & Destructor Documentation

◆ MaxPool2dOpGenericAdaptorBase() [1/2]

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

◆ MaxPool2dOpGenericAdaptorBase() [2/2]

mlir::tt::ttnn::detail::MaxPool2dOpGenericAdaptorBase::MaxPool2dOpGenericAdaptorBase ( MaxPool2dOp  op)

Member Function Documentation

◆ getAttributes()

::mlir::DictionaryAttr mlir::tt::ttnn::detail::MaxPool2dOpGenericAdaptorBase::getAttributes ( )
inline

◆ getBatchSize()

int32_t mlir::tt::ttnn::detail::MaxPool2dOpGenericAdaptorBase::getBatchSize ( )

◆ getBatchSizeAttr()

::mlir::IntegerAttr mlir::tt::ttnn::detail::MaxPool2dOpGenericAdaptorBase::getBatchSizeAttr ( )
inline

◆ getCeilMode()

bool mlir::tt::ttnn::detail::MaxPool2dOpGenericAdaptorBase::getCeilMode ( )

◆ getCeilModeAttr()

::mlir::BoolAttr mlir::tt::ttnn::detail::MaxPool2dOpGenericAdaptorBase::getCeilModeAttr ( )
inline

◆ getChannels()

int32_t mlir::tt::ttnn::detail::MaxPool2dOpGenericAdaptorBase::getChannels ( )

◆ getChannelsAttr()

::mlir::IntegerAttr mlir::tt::ttnn::detail::MaxPool2dOpGenericAdaptorBase::getChannelsAttr ( )
inline

◆ getDilation()

llvm::ArrayRef< int32_t > mlir::tt::ttnn::detail::MaxPool2dOpGenericAdaptorBase::getDilation ( )

◆ getDilationAttr()

::mlir::DenseI32ArrayAttr mlir::tt::ttnn::detail::MaxPool2dOpGenericAdaptorBase::getDilationAttr ( )
inline

◆ getInputHeight()

int32_t mlir::tt::ttnn::detail::MaxPool2dOpGenericAdaptorBase::getInputHeight ( )

◆ getInputHeightAttr()

::mlir::IntegerAttr mlir::tt::ttnn::detail::MaxPool2dOpGenericAdaptorBase::getInputHeightAttr ( )
inline

◆ getInputWidth()

int32_t mlir::tt::ttnn::detail::MaxPool2dOpGenericAdaptorBase::getInputWidth ( )

◆ getInputWidthAttr()

::mlir::IntegerAttr mlir::tt::ttnn::detail::MaxPool2dOpGenericAdaptorBase::getInputWidthAttr ( )
inline

◆ getKernelSize()

llvm::ArrayRef< int32_t > mlir::tt::ttnn::detail::MaxPool2dOpGenericAdaptorBase::getKernelSize ( )

◆ getKernelSizeAttr()

::mlir::DenseI32ArrayAttr mlir::tt::ttnn::detail::MaxPool2dOpGenericAdaptorBase::getKernelSizeAttr ( )
inline

◆ getODSOperandIndexAndLength()

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

◆ getPadding()

llvm::ArrayRef< int32_t > mlir::tt::ttnn::detail::MaxPool2dOpGenericAdaptorBase::getPadding ( )

◆ getPaddingAttr()

::mlir::DenseI32ArrayAttr mlir::tt::ttnn::detail::MaxPool2dOpGenericAdaptorBase::getPaddingAttr ( )
inline

◆ getProperties()

const Properties& mlir::tt::ttnn::detail::MaxPool2dOpGenericAdaptorBase::getProperties ( )
inline

◆ getStride()

llvm::ArrayRef< int32_t > mlir::tt::ttnn::detail::MaxPool2dOpGenericAdaptorBase::getStride ( )

◆ getStrideAttr()

::mlir::DenseI32ArrayAttr mlir::tt::ttnn::detail::MaxPool2dOpGenericAdaptorBase::getStrideAttr ( )
inline

Member Data Documentation

◆ odsAttrs

::mlir::DictionaryAttr mlir::tt::ttnn::detail::MaxPool2dOpGenericAdaptorBase::odsAttrs
protected

◆ odsOpName

::std::optional<::mlir::OperationName> mlir::tt::ttnn::detail::MaxPool2dOpGenericAdaptorBase::odsOpName
protected

◆ odsRegions

::mlir::RegionRange mlir::tt::ttnn::detail::MaxPool2dOpGenericAdaptorBase::odsRegions
protected

◆ properties

Properties mlir::tt::ttnn::detail::MaxPool2dOpGenericAdaptorBase::properties
protected

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