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::IntegerAttr getKernelHeightAttr ()
 
int32_t getKernelHeight ()
 
::mlir::IntegerAttr getKernelWidthAttr ()
 
int32_t getKernelWidth ()
 
::mlir::IntegerAttr getStrideHeightAttr ()
 
int32_t getStrideHeight ()
 
::mlir::IntegerAttr getStrideWidthAttr ()
 
int32_t getStrideWidth ()
 
::mlir::IntegerAttr getDilationHeightAttr ()
 
int32_t getDilationHeight ()
 
::mlir::IntegerAttr getDilationWidthAttr ()
 
int32_t getDilationWidth ()
 
::mlir::BoolAttr getCeilModeAttr ()
 
bool getCeilMode ()
 
::mlir::IntegerAttr getPaddingHeightAttr ()
 
int32_t getPaddingHeight ()
 
::mlir::IntegerAttr getPaddingWidthAttr ()
 
int32_t getPaddingWidth ()
 

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

◆ getDilationHeight()

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

◆ getDilationHeightAttr()

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

◆ getDilationWidth()

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

◆ getDilationWidthAttr()

::mlir::IntegerAttr mlir::tt::ttnn::detail::MaxPool2dOpGenericAdaptorBase::getDilationWidthAttr ( )
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

◆ getKernelHeight()

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

◆ getKernelHeightAttr()

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

◆ getKernelWidth()

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

◆ getKernelWidthAttr()

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

◆ getODSOperandIndexAndLength()

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

◆ getPaddingHeight()

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

◆ getPaddingHeightAttr()

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

◆ getPaddingWidth()

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

◆ getPaddingWidthAttr()

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

◆ getProperties()

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

◆ getStrideHeight()

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

◆ getStrideHeightAttr()

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

◆ getStrideWidth()

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

◆ getStrideWidthAttr()

::mlir::IntegerAttr mlir::tt::ttnn::detail::MaxPool2dOpGenericAdaptorBase::getStrideWidthAttr ( )
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: