TT-MLIR
Public Types | Public Member Functions | Static Public Member Functions | Private Member Functions | Static Private Member Functions | List of all members
mlir::tt::ttir::MaxPool2dOp Class Reference
Inheritance diagram for mlir::tt::ttir::MaxPool2dOp:

Public Types

using Adaptor = MaxPool2dOpAdaptor
 
template<typename RangeT >
using GenericAdaptor = MaxPool2dOpGenericAdaptor< RangeT >
 
using FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute > >
 
using Properties = FoldAdaptor::Properties
 

Public Member Functions

static ::llvm::ArrayRef<::llvm::StringRef > getAttributeNames ()
 
::mlir::StringAttr getCeilModeAttrName ()
 
::mlir::StringAttr getDilationHeightAttrName ()
 
::mlir::StringAttr getDilationWidthAttrName ()
 
::mlir::StringAttr getKernelHeightAttrName ()
 
::mlir::StringAttr getKernelWidthAttrName ()
 
::mlir::StringAttr getOperandConstraintsAttrName ()
 
::mlir::StringAttr getOriginalHeightAttrName ()
 
::mlir::StringAttr getOriginalWidthAttrName ()
 
::mlir::StringAttr getPaddingBottomAttrName ()
 
::mlir::StringAttr getPaddingLeftAttrName ()
 
::mlir::StringAttr getPaddingRightAttrName ()
 
::mlir::StringAttr getPaddingTopAttrName ()
 
::mlir::StringAttr getStrideHeightAttrName ()
 
::mlir::StringAttr getStrideWidthAttrName ()
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
::mlir::Operation::operand_range getODSOperands (unsigned index)
 
::mlir::TypedValue<::mlir::RankedTensorType > getInput ()
 
::mlir::TypedValue<::mlir::RankedTensorType > getOutput ()
 
::mlir::OpOperand & getInputMutable ()
 
::mlir::OpOperand & getOutputMutable ()
 
std::pair< unsigned, unsigned > getODSResultIndexAndLength (unsigned index)
 
::mlir::Operation::result_range getODSResults (unsigned index)
 
::mlir::TypedValue<::mlir::RankedTensorType > getResult ()
 
void writeProperties (::mlir::DialectBytecodeWriter &writer)
 
::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 ()
 
void setKernelHeightAttr (::mlir::IntegerAttr attr)
 
void setKernelHeight (int32_t attrValue)
 
void setKernelWidthAttr (::mlir::IntegerAttr attr)
 
void setKernelWidth (int32_t attrValue)
 
void setStrideHeightAttr (::mlir::IntegerAttr attr)
 
void setStrideHeight (int32_t attrValue)
 
void setStrideWidthAttr (::mlir::IntegerAttr attr)
 
void setStrideWidth (int32_t attrValue)
 
void setDilationHeightAttr (::mlir::IntegerAttr attr)
 
void setDilationHeight (int32_t attrValue)
 
void setDilationWidthAttr (::mlir::IntegerAttr attr)
 
void setDilationWidth (int32_t attrValue)
 
void setCeilModeAttr (::mlir::BoolAttr attr)
 
void setCeilMode (bool attrValue)
 
void setPaddingLeftAttr (::mlir::IntegerAttr attr)
 
void setPaddingLeft (int32_t attrValue)
 
void setPaddingRightAttr (::mlir::IntegerAttr attr)
 
void setPaddingRight (int32_t attrValue)
 
void setPaddingTopAttr (::mlir::IntegerAttr attr)
 
void setPaddingTop (int32_t attrValue)
 
void setPaddingBottomAttr (::mlir::IntegerAttr attr)
 
void setPaddingBottom (int32_t attrValue)
 
void setOperandConstraintsAttr (::mlir::ArrayAttr attr)
 
void setOriginalHeightAttr (::mlir::IntegerAttr attr)
 
void setOriginalHeight (::std::optional< int32_t > attrValue)
 
void setOriginalWidthAttr (::mlir::IntegerAttr attr)
 
void setOriginalWidth (::std::optional< int32_t > attrValue)
 
::mlir::Attribute removeOriginalHeightAttr ()
 
::mlir::Attribute removeOriginalWidthAttr ()
 
::llvm::LogicalResult verifyInvariantsImpl ()
 
::llvm::LogicalResult verifyInvariants ()
 
::llvm::LogicalResult verify ()
 
MutableOperandRange getDpsInitsMutable ()
 

Static Public Member Functions

::mlir::StringAttr getCeilModeAttrName (::mlir::OperationName name)
 
::mlir::StringAttr getDilationHeightAttrName (::mlir::OperationName name)
 
::mlir::StringAttr getDilationWidthAttrName (::mlir::OperationName name)
 
::mlir::StringAttr getKernelHeightAttrName (::mlir::OperationName name)
 
::mlir::StringAttr getKernelWidthAttrName (::mlir::OperationName name)
 
::mlir::StringAttr getOperandConstraintsAttrName (::mlir::OperationName name)
 
::mlir::StringAttr getOriginalHeightAttrName (::mlir::OperationName name)
 
::mlir::StringAttr getOriginalWidthAttrName (::mlir::OperationName name)
 
::mlir::StringAttr getPaddingBottomAttrName (::mlir::OperationName name)
 
::mlir::StringAttr getPaddingLeftAttrName (::mlir::OperationName name)
 
::mlir::StringAttr getPaddingRightAttrName (::mlir::OperationName name)
 
::mlir::StringAttr getPaddingTopAttrName (::mlir::OperationName name)
 
::mlir::StringAttr getStrideHeightAttrName (::mlir::OperationName name)
 
::mlir::StringAttr getStrideWidthAttrName (::mlir::OperationName name)
 
static constexpr ::llvm::StringLiteral getOperationName ()
 
::llvm::LogicalResult setPropertiesFromAttr (Properties &prop, ::mlir::Attribute attr, ::llvm::function_ref<::mlir::InFlightDiagnostic()> emitError)
 
::mlir::Attribute getPropertiesAsAttr (::mlir::MLIRContext *ctx, const Properties &prop)
 
static llvm::hash_code computePropertiesHash (const Properties &prop)
 
static std::optional< mlir::Attribute > getInherentAttr (::mlir::MLIRContext *ctx, const Properties &prop, llvm::StringRef name)
 
static void setInherentAttr (Properties &prop, llvm::StringRef name, mlir::Attribute value)
 
static void populateInherentAttrs (::mlir::MLIRContext *ctx, const Properties &prop, ::mlir::NamedAttrList &attrs)
 
::llvm::LogicalResult verifyInherentAttrs (::mlir::OperationName opName, ::mlir::NamedAttrList &attrs, llvm::function_ref<::mlir::InFlightDiagnostic()> emitError)
 
::llvm::LogicalResult readProperties (::mlir::DialectBytecodeReader &reader, ::mlir::OperationState &state)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type result, ::mlir::Value input, ::mlir::Value output, ::mlir::IntegerAttr kernel_height, ::mlir::IntegerAttr kernel_width, ::mlir::IntegerAttr stride_height, ::mlir::IntegerAttr stride_width, ::mlir::IntegerAttr dilation_height, ::mlir::IntegerAttr dilation_width, ::mlir::BoolAttr ceil_mode, ::mlir::IntegerAttr padding_left, ::mlir::IntegerAttr padding_right, ::mlir::IntegerAttr padding_top, ::mlir::IntegerAttr padding_bottom, ::mlir::ArrayAttr operand_constraints, ::mlir::IntegerAttr original_height, ::mlir::IntegerAttr original_width)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value input, ::mlir::Value output, ::mlir::IntegerAttr kernel_height, ::mlir::IntegerAttr kernel_width, ::mlir::IntegerAttr stride_height, ::mlir::IntegerAttr stride_width, ::mlir::IntegerAttr dilation_height, ::mlir::IntegerAttr dilation_width, ::mlir::BoolAttr ceil_mode, ::mlir::IntegerAttr padding_left, ::mlir::IntegerAttr padding_right, ::mlir::IntegerAttr padding_top, ::mlir::IntegerAttr padding_bottom, ::mlir::ArrayAttr operand_constraints, ::mlir::IntegerAttr original_height, ::mlir::IntegerAttr original_width)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type result, ::mlir::Value input, ::mlir::Value output, int32_t kernel_height, int32_t kernel_width, int32_t stride_height, int32_t stride_width, int32_t dilation_height, int32_t dilation_width, bool ceil_mode, int32_t padding_left, int32_t padding_right, int32_t padding_top, int32_t padding_bottom, ::mlir::ArrayAttr operand_constraints, ::mlir::IntegerAttr original_height, ::mlir::IntegerAttr original_width)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value input, ::mlir::Value output, int32_t kernel_height, int32_t kernel_width, int32_t stride_height, int32_t stride_width, int32_t dilation_height, int32_t dilation_width, bool ceil_mode, int32_t padding_left, int32_t padding_right, int32_t padding_top, int32_t padding_bottom, ::mlir::ArrayAttr operand_constraints, ::mlir::IntegerAttr original_height, ::mlir::IntegerAttr original_width)
 
static void build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={})
 

Private Member Functions

::mlir::StringAttr getAttributeNameForIndex (unsigned index)
 

Static Private Member Functions

::mlir::StringAttr getAttributeNameForIndex (::mlir::OperationName name, unsigned index)
 

Member Typedef Documentation

◆ Adaptor

◆ FoldAdaptor

using mlir::tt::ttir::MaxPool2dOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute> >

◆ GenericAdaptor

template<typename RangeT >
using mlir::tt::ttir::MaxPool2dOp::GenericAdaptor = MaxPool2dOpGenericAdaptor<RangeT>

◆ Properties

Member Function Documentation

◆ build() [1/5]

void mlir::tt::ttir::MaxPool2dOp::build ( ::mlir::OpBuilder &  ,
::mlir::OperationState &  odsState,
::mlir::TypeRange  resultTypes,
::mlir::ValueRange  operands,
::llvm::ArrayRef<::mlir::NamedAttribute >  attributes = {} 
)
static

◆ build() [2/5]

void mlir::tt::ttir::MaxPool2dOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::Type  result,
::mlir::Value  input,
::mlir::Value  output,
::mlir::IntegerAttr  kernel_height,
::mlir::IntegerAttr  kernel_width,
::mlir::IntegerAttr  stride_height,
::mlir::IntegerAttr  stride_width,
::mlir::IntegerAttr  dilation_height,
::mlir::IntegerAttr  dilation_width,
::mlir::BoolAttr  ceil_mode,
::mlir::IntegerAttr  padding_left,
::mlir::IntegerAttr  padding_right,
::mlir::IntegerAttr  padding_top,
::mlir::IntegerAttr  padding_bottom,
::mlir::ArrayAttr  operand_constraints,
::mlir::IntegerAttr  original_height,
::mlir::IntegerAttr  original_width 
)
static

◆ build() [3/5]

void mlir::tt::ttir::MaxPool2dOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::Type  result,
::mlir::Value  input,
::mlir::Value  output,
int32_t  kernel_height,
int32_t  kernel_width,
int32_t  stride_height,
int32_t  stride_width,
int32_t  dilation_height,
int32_t  dilation_width,
bool  ceil_mode,
int32_t  padding_left,
int32_t  padding_right,
int32_t  padding_top,
int32_t  padding_bottom,
::mlir::ArrayAttr  operand_constraints,
::mlir::IntegerAttr  original_height,
::mlir::IntegerAttr  original_width 
)
static

◆ build() [4/5]

void mlir::tt::ttir::MaxPool2dOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::TypeRange  resultTypes,
::mlir::Value  input,
::mlir::Value  output,
::mlir::IntegerAttr  kernel_height,
::mlir::IntegerAttr  kernel_width,
::mlir::IntegerAttr  stride_height,
::mlir::IntegerAttr  stride_width,
::mlir::IntegerAttr  dilation_height,
::mlir::IntegerAttr  dilation_width,
::mlir::BoolAttr  ceil_mode,
::mlir::IntegerAttr  padding_left,
::mlir::IntegerAttr  padding_right,
::mlir::IntegerAttr  padding_top,
::mlir::IntegerAttr  padding_bottom,
::mlir::ArrayAttr  operand_constraints,
::mlir::IntegerAttr  original_height,
::mlir::IntegerAttr  original_width 
)
static

◆ build() [5/5]

void mlir::tt::ttir::MaxPool2dOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::TypeRange  resultTypes,
::mlir::Value  input,
::mlir::Value  output,
int32_t  kernel_height,
int32_t  kernel_width,
int32_t  stride_height,
int32_t  stride_width,
int32_t  dilation_height,
int32_t  dilation_width,
bool  ceil_mode,
int32_t  padding_left,
int32_t  padding_right,
int32_t  padding_top,
int32_t  padding_bottom,
::mlir::ArrayAttr  operand_constraints,
::mlir::IntegerAttr  original_height,
::mlir::IntegerAttr  original_width 
)
static

◆ computePropertiesHash()

llvm::hash_code mlir::tt::ttir::MaxPool2dOp::computePropertiesHash ( const Properties prop)
static

◆ getAttributeNameForIndex() [1/2]

::mlir::StringAttr mlir::tt::ttir::MaxPool2dOp::getAttributeNameForIndex ( ::mlir::OperationName  name,
unsigned  index 
)
inlinestaticprivate

◆ getAttributeNameForIndex() [2/2]

::mlir::StringAttr mlir::tt::ttir::MaxPool2dOp::getAttributeNameForIndex ( unsigned  index)
inlineprivate

◆ getAttributeNames()

static ::llvm::ArrayRef<::llvm::StringRef> mlir::tt::ttir::MaxPool2dOp::getAttributeNames ( )
inline

◆ getCeilMode()

bool mlir::tt::ttir::MaxPool2dOp::getCeilMode ( )

◆ getCeilModeAttr()

::mlir::BoolAttr mlir::tt::ttir::MaxPool2dOp::getCeilModeAttr ( )
inline

◆ getCeilModeAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttir::MaxPool2dOp::getCeilModeAttrName ( )
inline

◆ getCeilModeAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttir::MaxPool2dOp::getCeilModeAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ getDilationHeight()

int32_t mlir::tt::ttir::MaxPool2dOp::getDilationHeight ( )

◆ getDilationHeightAttr()

::mlir::IntegerAttr mlir::tt::ttir::MaxPool2dOp::getDilationHeightAttr ( )
inline

◆ getDilationHeightAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttir::MaxPool2dOp::getDilationHeightAttrName ( )
inline

◆ getDilationHeightAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttir::MaxPool2dOp::getDilationHeightAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ getDilationWidth()

int32_t mlir::tt::ttir::MaxPool2dOp::getDilationWidth ( )

◆ getDilationWidthAttr()

::mlir::IntegerAttr mlir::tt::ttir::MaxPool2dOp::getDilationWidthAttr ( )
inline

◆ getDilationWidthAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttir::MaxPool2dOp::getDilationWidthAttrName ( )
inline

◆ getDilationWidthAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttir::MaxPool2dOp::getDilationWidthAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ getDpsInitsMutable()

MutableOperandRange mlir::tt::ttir::MaxPool2dOp::getDpsInitsMutable ( )
inline

◆ getInherentAttr()

std::optional< mlir::Attribute > mlir::tt::ttir::MaxPool2dOp::getInherentAttr ( ::mlir::MLIRContext *  ctx,
const Properties prop,
llvm::StringRef  name 
)
static

◆ getInput()

::mlir::TypedValue<::mlir::RankedTensorType> mlir::tt::ttir::MaxPool2dOp::getInput ( )
inline

◆ getInputMutable()

::mlir::OpOperand& mlir::tt::ttir::MaxPool2dOp::getInputMutable ( )
inline

◆ getKernelHeight()

int32_t mlir::tt::ttir::MaxPool2dOp::getKernelHeight ( )

◆ getKernelHeightAttr()

::mlir::IntegerAttr mlir::tt::ttir::MaxPool2dOp::getKernelHeightAttr ( )
inline

◆ getKernelHeightAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttir::MaxPool2dOp::getKernelHeightAttrName ( )
inline

◆ getKernelHeightAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttir::MaxPool2dOp::getKernelHeightAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ getKernelWidth()

int32_t mlir::tt::ttir::MaxPool2dOp::getKernelWidth ( )

◆ getKernelWidthAttr()

::mlir::IntegerAttr mlir::tt::ttir::MaxPool2dOp::getKernelWidthAttr ( )
inline

◆ getKernelWidthAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttir::MaxPool2dOp::getKernelWidthAttrName ( )
inline

◆ getKernelWidthAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttir::MaxPool2dOp::getKernelWidthAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ getODSOperandIndexAndLength()

std::pair<unsigned, unsigned> mlir::tt::ttir::MaxPool2dOp::getODSOperandIndexAndLength ( unsigned  index)
inline

◆ getODSOperands()

::mlir::Operation::operand_range mlir::tt::ttir::MaxPool2dOp::getODSOperands ( unsigned  index)
inline

◆ getODSResultIndexAndLength()

std::pair<unsigned, unsigned> mlir::tt::ttir::MaxPool2dOp::getODSResultIndexAndLength ( unsigned  index)
inline

◆ getODSResults()

::mlir::Operation::result_range mlir::tt::ttir::MaxPool2dOp::getODSResults ( unsigned  index)
inline

◆ getOperandConstraints()

mlir::ArrayAttr mlir::tt::ttir::MaxPool2dOp::getOperandConstraints ( )

◆ getOperandConstraintsAttr()

::mlir::ArrayAttr mlir::tt::ttir::MaxPool2dOp::getOperandConstraintsAttr ( )
inline

◆ getOperandConstraintsAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttir::MaxPool2dOp::getOperandConstraintsAttrName ( )
inline

◆ getOperandConstraintsAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttir::MaxPool2dOp::getOperandConstraintsAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ getOperationName()

static constexpr ::llvm::StringLiteral mlir::tt::ttir::MaxPool2dOp::getOperationName ( )
inlinestatic

◆ getOriginalHeight()

std::optional< int32_t > mlir::tt::ttir::MaxPool2dOp::getOriginalHeight ( )

◆ getOriginalHeightAttr()

::mlir::IntegerAttr mlir::tt::ttir::MaxPool2dOp::getOriginalHeightAttr ( )
inline

◆ getOriginalHeightAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttir::MaxPool2dOp::getOriginalHeightAttrName ( )
inline

◆ getOriginalHeightAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttir::MaxPool2dOp::getOriginalHeightAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ getOriginalWidth()

std::optional< int32_t > mlir::tt::ttir::MaxPool2dOp::getOriginalWidth ( )

◆ getOriginalWidthAttr()

::mlir::IntegerAttr mlir::tt::ttir::MaxPool2dOp::getOriginalWidthAttr ( )
inline

◆ getOriginalWidthAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttir::MaxPool2dOp::getOriginalWidthAttrName ( )
inline

◆ getOriginalWidthAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttir::MaxPool2dOp::getOriginalWidthAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ getOutput()

::mlir::TypedValue<::mlir::RankedTensorType> mlir::tt::ttir::MaxPool2dOp::getOutput ( )
inline

◆ getOutputMutable()

::mlir::OpOperand& mlir::tt::ttir::MaxPool2dOp::getOutputMutable ( )
inline

◆ getPaddingBottom()

int32_t mlir::tt::ttir::MaxPool2dOp::getPaddingBottom ( )

◆ getPaddingBottomAttr()

::mlir::IntegerAttr mlir::tt::ttir::MaxPool2dOp::getPaddingBottomAttr ( )
inline

◆ getPaddingBottomAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttir::MaxPool2dOp::getPaddingBottomAttrName ( )
inline

◆ getPaddingBottomAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttir::MaxPool2dOp::getPaddingBottomAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ getPaddingLeft()

int32_t mlir::tt::ttir::MaxPool2dOp::getPaddingLeft ( )

◆ getPaddingLeftAttr()

::mlir::IntegerAttr mlir::tt::ttir::MaxPool2dOp::getPaddingLeftAttr ( )
inline

◆ getPaddingLeftAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttir::MaxPool2dOp::getPaddingLeftAttrName ( )
inline

◆ getPaddingLeftAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttir::MaxPool2dOp::getPaddingLeftAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ getPaddingRight()

int32_t mlir::tt::ttir::MaxPool2dOp::getPaddingRight ( )

◆ getPaddingRightAttr()

::mlir::IntegerAttr mlir::tt::ttir::MaxPool2dOp::getPaddingRightAttr ( )
inline

◆ getPaddingRightAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttir::MaxPool2dOp::getPaddingRightAttrName ( )
inline

◆ getPaddingRightAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttir::MaxPool2dOp::getPaddingRightAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ getPaddingTop()

int32_t mlir::tt::ttir::MaxPool2dOp::getPaddingTop ( )

◆ getPaddingTopAttr()

::mlir::IntegerAttr mlir::tt::ttir::MaxPool2dOp::getPaddingTopAttr ( )
inline

◆ getPaddingTopAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttir::MaxPool2dOp::getPaddingTopAttrName ( )
inline

◆ getPaddingTopAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttir::MaxPool2dOp::getPaddingTopAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ getPropertiesAsAttr()

mlir::Attribute mlir::tt::ttir::MaxPool2dOp::getPropertiesAsAttr ( ::mlir::MLIRContext *  ctx,
const Properties prop 
)
static

◆ getResult()

::mlir::TypedValue<::mlir::RankedTensorType> mlir::tt::ttir::MaxPool2dOp::getResult ( )
inline

◆ getStrideHeight()

int32_t mlir::tt::ttir::MaxPool2dOp::getStrideHeight ( )

◆ getStrideHeightAttr()

::mlir::IntegerAttr mlir::tt::ttir::MaxPool2dOp::getStrideHeightAttr ( )
inline

◆ getStrideHeightAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttir::MaxPool2dOp::getStrideHeightAttrName ( )
inline

◆ getStrideHeightAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttir::MaxPool2dOp::getStrideHeightAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ getStrideWidth()

int32_t mlir::tt::ttir::MaxPool2dOp::getStrideWidth ( )

◆ getStrideWidthAttr()

::mlir::IntegerAttr mlir::tt::ttir::MaxPool2dOp::getStrideWidthAttr ( )
inline

◆ getStrideWidthAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttir::MaxPool2dOp::getStrideWidthAttrName ( )
inline

◆ getStrideWidthAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttir::MaxPool2dOp::getStrideWidthAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ populateInherentAttrs()

void mlir::tt::ttir::MaxPool2dOp::populateInherentAttrs ( ::mlir::MLIRContext *  ctx,
const Properties prop,
::mlir::NamedAttrList &  attrs 
)
static

◆ readProperties()

llvm::LogicalResult mlir::tt::ttir::MaxPool2dOp::readProperties ( ::mlir::DialectBytecodeReader &  reader,
::mlir::OperationState &  state 
)
static

◆ removeOriginalHeightAttr()

::mlir::Attribute mlir::tt::ttir::MaxPool2dOp::removeOriginalHeightAttr ( )
inline

◆ removeOriginalWidthAttr()

::mlir::Attribute mlir::tt::ttir::MaxPool2dOp::removeOriginalWidthAttr ( )
inline

◆ setCeilMode()

void mlir::tt::ttir::MaxPool2dOp::setCeilMode ( bool  attrValue)

◆ setCeilModeAttr()

void mlir::tt::ttir::MaxPool2dOp::setCeilModeAttr ( ::mlir::BoolAttr  attr)
inline

◆ setDilationHeight()

void mlir::tt::ttir::MaxPool2dOp::setDilationHeight ( int32_t  attrValue)

◆ setDilationHeightAttr()

void mlir::tt::ttir::MaxPool2dOp::setDilationHeightAttr ( ::mlir::IntegerAttr  attr)
inline

◆ setDilationWidth()

void mlir::tt::ttir::MaxPool2dOp::setDilationWidth ( int32_t  attrValue)

◆ setDilationWidthAttr()

void mlir::tt::ttir::MaxPool2dOp::setDilationWidthAttr ( ::mlir::IntegerAttr  attr)
inline

◆ setInherentAttr()

void mlir::tt::ttir::MaxPool2dOp::setInherentAttr ( Properties prop,
llvm::StringRef  name,
mlir::Attribute  value 
)
static

◆ setKernelHeight()

void mlir::tt::ttir::MaxPool2dOp::setKernelHeight ( int32_t  attrValue)

◆ setKernelHeightAttr()

void mlir::tt::ttir::MaxPool2dOp::setKernelHeightAttr ( ::mlir::IntegerAttr  attr)
inline

◆ setKernelWidth()

void mlir::tt::ttir::MaxPool2dOp::setKernelWidth ( int32_t  attrValue)

◆ setKernelWidthAttr()

void mlir::tt::ttir::MaxPool2dOp::setKernelWidthAttr ( ::mlir::IntegerAttr  attr)
inline

◆ setOperandConstraintsAttr()

void mlir::tt::ttir::MaxPool2dOp::setOperandConstraintsAttr ( ::mlir::ArrayAttr  attr)
inline

◆ setOriginalHeight()

void mlir::tt::ttir::MaxPool2dOp::setOriginalHeight ( ::std::optional< int32_t >  attrValue)

◆ setOriginalHeightAttr()

void mlir::tt::ttir::MaxPool2dOp::setOriginalHeightAttr ( ::mlir::IntegerAttr  attr)
inline

◆ setOriginalWidth()

void mlir::tt::ttir::MaxPool2dOp::setOriginalWidth ( ::std::optional< int32_t >  attrValue)

◆ setOriginalWidthAttr()

void mlir::tt::ttir::MaxPool2dOp::setOriginalWidthAttr ( ::mlir::IntegerAttr  attr)
inline

◆ setPaddingBottom()

void mlir::tt::ttir::MaxPool2dOp::setPaddingBottom ( int32_t  attrValue)

◆ setPaddingBottomAttr()

void mlir::tt::ttir::MaxPool2dOp::setPaddingBottomAttr ( ::mlir::IntegerAttr  attr)
inline

◆ setPaddingLeft()

void mlir::tt::ttir::MaxPool2dOp::setPaddingLeft ( int32_t  attrValue)

◆ setPaddingLeftAttr()

void mlir::tt::ttir::MaxPool2dOp::setPaddingLeftAttr ( ::mlir::IntegerAttr  attr)
inline

◆ setPaddingRight()

void mlir::tt::ttir::MaxPool2dOp::setPaddingRight ( int32_t  attrValue)

◆ setPaddingRightAttr()

void mlir::tt::ttir::MaxPool2dOp::setPaddingRightAttr ( ::mlir::IntegerAttr  attr)
inline

◆ setPaddingTop()

void mlir::tt::ttir::MaxPool2dOp::setPaddingTop ( int32_t  attrValue)

◆ setPaddingTopAttr()

void mlir::tt::ttir::MaxPool2dOp::setPaddingTopAttr ( ::mlir::IntegerAttr  attr)
inline

◆ setPropertiesFromAttr()

llvm::LogicalResult mlir::tt::ttir::MaxPool2dOp::setPropertiesFromAttr ( Properties prop,
::mlir::Attribute  attr,
::llvm::function_ref<::mlir::InFlightDiagnostic()>  emitError 
)
static

◆ setStrideHeight()

void mlir::tt::ttir::MaxPool2dOp::setStrideHeight ( int32_t  attrValue)

◆ setStrideHeightAttr()

void mlir::tt::ttir::MaxPool2dOp::setStrideHeightAttr ( ::mlir::IntegerAttr  attr)
inline

◆ setStrideWidth()

void mlir::tt::ttir::MaxPool2dOp::setStrideWidth ( int32_t  attrValue)

◆ setStrideWidthAttr()

void mlir::tt::ttir::MaxPool2dOp::setStrideWidthAttr ( ::mlir::IntegerAttr  attr)
inline

◆ verify()

::llvm::LogicalResult mlir::tt::ttir::MaxPool2dOp::verify ( )

◆ verifyInherentAttrs()

llvm::LogicalResult mlir::tt::ttir::MaxPool2dOp::verifyInherentAttrs ( ::mlir::OperationName  opName,
::mlir::NamedAttrList &  attrs,
llvm::function_ref<::mlir::InFlightDiagnostic()>  emitError 
)
static

◆ verifyInvariants()

llvm::LogicalResult mlir::tt::ttir::MaxPool2dOp::verifyInvariants ( )

◆ verifyInvariantsImpl()

llvm::LogicalResult mlir::tt::ttir::MaxPool2dOp::verifyInvariantsImpl ( )

◆ writeProperties()

void mlir::tt::ttir::MaxPool2dOp::writeProperties ( ::mlir::DialectBytecodeWriter &  writer)

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