TT-MLIR
Public Member Functions | Private Types | Private Attributes | List of all members
mlir::tt::ttir::MaxPool2dOpGenericAdaptor< RangeT > Class Template Reference
Inheritance diagram for mlir::tt::ttir::MaxPool2dOpGenericAdaptor< RangeT >:
mlir::tt::ttir::detail::MaxPool2dOpGenericAdaptorBase

Public Member Functions

 MaxPool2dOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 MaxPool2dOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 MaxPool2dOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 
template<typename LateInst = MaxPool2dOp, typename = std::enable_if_t<std::is_same_v<LateInst, MaxPool2dOp>>>
 MaxPool2dOpGenericAdaptor (RangeT values, LateInst op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
RangeT getODSOperands (unsigned index)
 
ValueT getInput ()
 
ValueT getOutput ()
 
RangeT getOperands ()
 
- Public Member Functions inherited from mlir::tt::ttir::detail::MaxPool2dOpGenericAdaptorBase
 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 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 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 ()
 
::mlir::IntegerAttr getOriginalHeightAttr ()
 
::std::optional< int32_t > getOriginalHeight ()
 
::mlir::IntegerAttr getOriginalWidthAttr ()
 
::std::optional< int32_t > getOriginalWidth ()
 

Private Types

using ValueT = ::llvm::detail::ValueOfRange< RangeT >
 
using Base = detail::MaxPool2dOpGenericAdaptorBase
 

Private Attributes

RangeT odsOperands
 

Additional Inherited Members

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

Member Typedef Documentation

◆ Base

template<typename RangeT >
using mlir::tt::ttir::MaxPool2dOpGenericAdaptor< RangeT >::Base = detail::MaxPool2dOpGenericAdaptorBase
private

◆ ValueT

template<typename RangeT >
using mlir::tt::ttir::MaxPool2dOpGenericAdaptor< RangeT >::ValueT = ::llvm::detail::ValueOfRange<RangeT>
private

Constructor & Destructor Documentation

◆ MaxPool2dOpGenericAdaptor() [1/4]

template<typename RangeT >
mlir::tt::ttir::MaxPool2dOpGenericAdaptor< RangeT >::MaxPool2dOpGenericAdaptor ( RangeT  values,
::mlir::DictionaryAttr  attrs,
const Properties properties,
::mlir::RegionRange  regions = {} 
)
inline

◆ MaxPool2dOpGenericAdaptor() [2/4]

template<typename RangeT >
mlir::tt::ttir::MaxPool2dOpGenericAdaptor< RangeT >::MaxPool2dOpGenericAdaptor ( RangeT  values,
::mlir::DictionaryAttr  attrs,
::mlir::OpaqueProperties  properties,
::mlir::RegionRange  regions = {} 
)
inline

◆ MaxPool2dOpGenericAdaptor() [3/4]

template<typename RangeT >
mlir::tt::ttir::MaxPool2dOpGenericAdaptor< RangeT >::MaxPool2dOpGenericAdaptor ( RangeT  values,
::mlir::DictionaryAttr  attrs = nullptr 
)
inline

◆ MaxPool2dOpGenericAdaptor() [4/4]

template<typename RangeT >
template<typename LateInst = MaxPool2dOp, typename = std::enable_if_t<std::is_same_v<LateInst, MaxPool2dOp>>>
mlir::tt::ttir::MaxPool2dOpGenericAdaptor< RangeT >::MaxPool2dOpGenericAdaptor ( RangeT  values,
LateInst  op 
)
inline

Member Function Documentation

◆ getInput()

template<typename RangeT >
ValueT mlir::tt::ttir::MaxPool2dOpGenericAdaptor< RangeT >::getInput ( )
inline

◆ getODSOperandIndexAndLength()

template<typename RangeT >
std::pair<unsigned, unsigned> mlir::tt::ttir::MaxPool2dOpGenericAdaptor< RangeT >::getODSOperandIndexAndLength ( unsigned  index)
inline

◆ getODSOperands()

template<typename RangeT >
RangeT mlir::tt::ttir::MaxPool2dOpGenericAdaptor< RangeT >::getODSOperands ( unsigned  index)
inline

◆ getOperands()

template<typename RangeT >
RangeT mlir::tt::ttir::MaxPool2dOpGenericAdaptor< RangeT >::getOperands ( )
inline

◆ getOutput()

template<typename RangeT >
ValueT mlir::tt::ttir::MaxPool2dOpGenericAdaptor< RangeT >::getOutput ( )
inline

Member Data Documentation

◆ odsOperands

template<typename RangeT >
RangeT mlir::tt::ttir::MaxPool2dOpGenericAdaptor< RangeT >::odsOperands
private

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