TT-MLIR
Public Member Functions | List of all members
mlir::tt::ttir::ConvTranspose2dOpAdaptor Class Reference
Inheritance diagram for mlir::tt::ttir::ConvTranspose2dOpAdaptor:
mlir::tt::ttir::ConvTranspose2dOpGenericAdaptor<::mlir::ValueRange > mlir::tt::ttir::detail::ConvTranspose2dOpGenericAdaptorBase

Public Member Functions

 ConvTranspose2dOpAdaptor (ConvTranspose2dOp op)
 
::llvm::LogicalResult verify (::mlir::Location loc)
 
 ConvTranspose2dOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 ConvTranspose2dOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 ConvTranspose2dOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 
template<typename LateInst = ConvTranspose2dOp, typename = std::enable_if_t<std::is_same_v<LateInst, ConvTranspose2dOp>>>
 ConvTranspose2dOpGenericAdaptor (RangeT values, LateInst op)
 
- Public Member Functions inherited from mlir::tt::ttir::ConvTranspose2dOpGenericAdaptor<::mlir::ValueRange >
 ConvTranspose2dOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 ConvTranspose2dOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 ConvTranspose2dOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs=nullptr)
 
 ConvTranspose2dOpGenericAdaptor (::mlir::ValueRange values, LateInst op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
::mlir::ValueRange getODSOperands (unsigned index)
 
ValueT getInput ()
 
ValueT getWeight ()
 
ValueT getBias ()
 
ValueT getOutput ()
 
::mlir::ValueRange getOperands ()
 
- Public Member Functions inherited from mlir::tt::ttir::detail::ConvTranspose2dOpGenericAdaptorBase
 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::Attribute getStrideAttr ()
 
::mlir::Attribute getStride ()
 
::mlir::Attribute getPaddingAttr ()
 
::mlir::Attribute getPadding ()
 
::mlir::Attribute getOutputPaddingAttr ()
 
::mlir::Attribute getOutputPadding ()
 
::mlir::Attribute getDilationAttr ()
 
::mlir::Attribute getDilation ()
 
::mlir::IntegerAttr getGroupsAttr ()
 
uint32_t getGroups ()
 

Additional Inherited Members

- Protected Attributes inherited from mlir::tt::ttir::detail::ConvTranspose2dOpGenericAdaptorBase
::mlir::DictionaryAttr odsAttrs
 
::std::optional<::mlir::OperationName > odsOpName
 
Properties properties
 
::mlir::RegionRange odsRegions
 

Constructor & Destructor Documentation

◆ ConvTranspose2dOpAdaptor()

mlir::tt::ttir::ConvTranspose2dOpAdaptor::ConvTranspose2dOpAdaptor ( ConvTranspose2dOp  op)

Member Function Documentation

◆ ConvTranspose2dOpGenericAdaptor() [1/4]

◆ ConvTranspose2dOpGenericAdaptor() [2/4]

◆ ConvTranspose2dOpGenericAdaptor() [3/4]

◆ ConvTranspose2dOpGenericAdaptor() [4/4]

template<typename LateInst = ConvTranspose2dOp, typename = std::enable_if_t<std::is_same_v<LateInst, ConvTranspose2dOp>>>
mlir::tt::ttir::ConvTranspose2dOpGenericAdaptor< RangeT >::ConvTranspose2dOpGenericAdaptor ( typename LateInst  = ConvTranspose2dOp,
typename  = std::enable_if_t<std::is_same_v<LateInst, ConvTranspose2dOp>> 
)
inline

◆ verify()

llvm::LogicalResult mlir::tt::ttir::ConvTranspose2dOpAdaptor::verify ( ::mlir::Location  loc)

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