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

Classes

struct  Properties
 

Public Member Functions

 ConvTranspose2dOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 ConvTranspose2dOpGenericAdaptorBase (ConvTranspose2dOp 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::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 getOutputPaddingAttr ()
 
::llvm::ArrayRef< int32_t > getOutputPadding ()
 
::mlir::DenseI32ArrayAttr getDilationAttr ()
 
::llvm::ArrayRef< int32_t > getDilation ()
 
::mlir::IntegerAttr getGroupsAttr ()
 
uint32_t getGroups ()
 

Protected Attributes

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

Constructor & Destructor Documentation

◆ ConvTranspose2dOpGenericAdaptorBase() [1/2]

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

◆ ConvTranspose2dOpGenericAdaptorBase() [2/2]

mlir::tt::ttnn::detail::ConvTranspose2dOpGenericAdaptorBase::ConvTranspose2dOpGenericAdaptorBase ( ConvTranspose2dOp  op)

Member Function Documentation

◆ getAttributes()

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

◆ getBatchSize()

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

◆ getBatchSizeAttr()

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

◆ getDilation()

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

◆ getDilationAttr()

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

◆ getGroups()

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

◆ getGroupsAttr()

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

◆ getInChannels()

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

◆ getInChannelsAttr()

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

◆ getInputHeight()

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

◆ getInputHeightAttr()

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

◆ getInputWidth()

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

◆ getInputWidthAttr()

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

◆ getKernelSize()

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

◆ getKernelSizeAttr()

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

◆ getODSOperandIndexAndLength()

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

◆ getOutChannels()

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

◆ getOutChannelsAttr()

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

◆ getOutputPadding()

llvm::ArrayRef< int32_t > mlir::tt::ttnn::detail::ConvTranspose2dOpGenericAdaptorBase::getOutputPadding ( )

◆ getOutputPaddingAttr()

::mlir::DenseI32ArrayAttr mlir::tt::ttnn::detail::ConvTranspose2dOpGenericAdaptorBase::getOutputPaddingAttr ( )
inline

◆ getPadding()

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

◆ getPaddingAttr()

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

◆ getProperties()

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

◆ getStride()

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

◆ getStrideAttr()

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

Member Data Documentation

◆ odsAttrs

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

◆ odsOpName

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

◆ odsRegions

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

◆ properties

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

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