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

Public Member Functions

 Conv2dOpAdaptor (Conv2dOp op)
 
::llvm::LogicalResult verify (::mlir::Location loc)
 
 Conv2dOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 Conv2dOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 Conv2dOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 
template<typename LateInst = Conv2dOp, typename = std::enable_if_t<std::is_same_v<LateInst, Conv2dOp>>>
 Conv2dOpGenericAdaptor (RangeT values, LateInst op)
 
- Public Member Functions inherited from mlir::tt::ttir::Conv2dOpGenericAdaptor<::mlir::ValueRange >
 Conv2dOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 Conv2dOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 Conv2dOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs=nullptr)
 
 Conv2dOpGenericAdaptor (::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::Conv2dOpGenericAdaptorBase
 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 getStrideHeightAttr ()
 
int32_t getStrideHeight ()
 
::mlir::IntegerAttr getStrideWidthAttr ()
 
int32_t getStrideWidth ()
 
::mlir::IntegerAttr getDilationHeightAttr ()
 
int32_t getDilationHeight ()
 
::mlir::IntegerAttr getDilationWidthAttr ()
 
int32_t getDilationWidth ()
 
::mlir::IntegerAttr getGroupsAttr ()
 
int32_t getGroups ()
 
::mlir::IntegerAttr getPaddingLeftAttr ()
 
int32_t getPaddingLeft ()
 
::mlir::IntegerAttr getPaddingRightAttr ()
 
int32_t getPaddingRight ()
 
::mlir::IntegerAttr getPaddingTopAttr ()
 
int32_t getPaddingTop ()
 
::mlir::IntegerAttr getPaddingBottomAttr ()
 
int32_t getPaddingBottom ()
 
::mlir::ArrayAttr getOperandConstraintsAttr ()
 
::mlir::ArrayAttr getOperandConstraints ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ Conv2dOpAdaptor()

mlir::tt::ttir::Conv2dOpAdaptor::Conv2dOpAdaptor ( Conv2dOp  op)

Member Function Documentation

◆ Conv2dOpGenericAdaptor() [1/4]

◆ Conv2dOpGenericAdaptor() [2/4]

◆ Conv2dOpGenericAdaptor() [3/4]

◆ Conv2dOpGenericAdaptor() [4/4]

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

◆ verify()

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

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