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

Classes

struct  Properties
 

Public Member Functions

 Conv2dOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 Conv2dOpGenericAdaptorBase (Conv2dOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::IntegerAttr getInChannelsAttr ()
 
uint32_t getInChannels ()
 
::mlir::IntegerAttr getOutChannelsAttr ()
 
uint32_t getOutChannels ()
 
::mlir::IntegerAttr getBatchSizeAttr ()
 
uint32_t getBatchSize ()
 
::mlir::IntegerAttr getInputHeightAttr ()
 
uint32_t getInputHeight ()
 
::mlir::IntegerAttr getInputWidthAttr ()
 
uint32_t getInputWidth ()
 
::mlir::IntegerAttr getKernelHeightAttr ()
 
uint32_t getKernelHeight ()
 
::mlir::IntegerAttr getKernelWidthAttr ()
 
uint32_t getKernelWidth ()
 
::mlir::IntegerAttr getStrideHeightAttr ()
 
uint32_t getStrideHeight ()
 
::mlir::IntegerAttr getStrideWidthAttr ()
 
uint32_t getStrideWidth ()
 
::mlir::IntegerAttr getPaddingHeightAttr ()
 
uint32_t getPaddingHeight ()
 
::mlir::IntegerAttr getPaddingWidthAttr ()
 
uint32_t getPaddingWidth ()
 
::mlir::IntegerAttr getDilationHeightAttr ()
 
uint32_t getDilationHeight ()
 
::mlir::IntegerAttr getDilationWidthAttr ()
 
uint32_t getDilationWidth ()
 
::mlir::IntegerAttr getGroupsAttr ()
 
uint32_t getGroups ()
 

Protected Attributes

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

Constructor & Destructor Documentation

◆ Conv2dOpGenericAdaptorBase() [1/2]

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

◆ Conv2dOpGenericAdaptorBase() [2/2]

mlir::tt::ttnn::detail::Conv2dOpGenericAdaptorBase::Conv2dOpGenericAdaptorBase ( Conv2dOp  op)

Member Function Documentation

◆ getAttributes()

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

◆ getBatchSize()

uint32_t mlir::tt::ttnn::detail::Conv2dOpGenericAdaptorBase::getBatchSize ( )

◆ getBatchSizeAttr()

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

◆ getDilationHeight()

uint32_t mlir::tt::ttnn::detail::Conv2dOpGenericAdaptorBase::getDilationHeight ( )

◆ getDilationHeightAttr()

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

◆ getDilationWidth()

uint32_t mlir::tt::ttnn::detail::Conv2dOpGenericAdaptorBase::getDilationWidth ( )

◆ getDilationWidthAttr()

::mlir::IntegerAttr mlir::tt::ttnn::detail::Conv2dOpGenericAdaptorBase::getDilationWidthAttr ( )
inline

◆ getGroups()

uint32_t mlir::tt::ttnn::detail::Conv2dOpGenericAdaptorBase::getGroups ( )

◆ getGroupsAttr()

::mlir::IntegerAttr mlir::tt::ttnn::detail::Conv2dOpGenericAdaptorBase::getGroupsAttr ( )
inline

◆ getInChannels()

uint32_t mlir::tt::ttnn::detail::Conv2dOpGenericAdaptorBase::getInChannels ( )

◆ getInChannelsAttr()

::mlir::IntegerAttr mlir::tt::ttnn::detail::Conv2dOpGenericAdaptorBase::getInChannelsAttr ( )
inline

◆ getInputHeight()

uint32_t mlir::tt::ttnn::detail::Conv2dOpGenericAdaptorBase::getInputHeight ( )

◆ getInputHeightAttr()

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

◆ getInputWidth()

uint32_t mlir::tt::ttnn::detail::Conv2dOpGenericAdaptorBase::getInputWidth ( )

◆ getInputWidthAttr()

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

◆ getKernelHeight()

uint32_t mlir::tt::ttnn::detail::Conv2dOpGenericAdaptorBase::getKernelHeight ( )

◆ getKernelHeightAttr()

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

◆ getKernelWidth()

uint32_t mlir::tt::ttnn::detail::Conv2dOpGenericAdaptorBase::getKernelWidth ( )

◆ getKernelWidthAttr()

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

◆ getODSOperandIndexAndLength()

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

◆ getOutChannels()

uint32_t mlir::tt::ttnn::detail::Conv2dOpGenericAdaptorBase::getOutChannels ( )

◆ getOutChannelsAttr()

::mlir::IntegerAttr mlir::tt::ttnn::detail::Conv2dOpGenericAdaptorBase::getOutChannelsAttr ( )
inline

◆ getPaddingHeight()

uint32_t mlir::tt::ttnn::detail::Conv2dOpGenericAdaptorBase::getPaddingHeight ( )

◆ getPaddingHeightAttr()

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

◆ getPaddingWidth()

uint32_t mlir::tt::ttnn::detail::Conv2dOpGenericAdaptorBase::getPaddingWidth ( )

◆ getPaddingWidthAttr()

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

◆ getProperties()

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

◆ getStrideHeight()

uint32_t mlir::tt::ttnn::detail::Conv2dOpGenericAdaptorBase::getStrideHeight ( )

◆ getStrideHeightAttr()

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

◆ getStrideWidth()

uint32_t mlir::tt::ttnn::detail::Conv2dOpGenericAdaptorBase::getStrideWidth ( )

◆ getStrideWidthAttr()

::mlir::IntegerAttr mlir::tt::ttnn::detail::Conv2dOpGenericAdaptorBase::getStrideWidthAttr ( )
inline

Member Data Documentation

◆ odsAttrs

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

◆ odsOpName

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

◆ odsRegions

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

◆ properties

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

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