|
| MaxPool2dOpAdaptor (MaxPool2dOp op) |
|
::llvm::LogicalResult | verify (::mlir::Location loc) |
|
| 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) |
|
| MaxPool2dOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| MaxPool2dOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
|
| MaxPool2dOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs=nullptr) |
|
| MaxPool2dOpGenericAdaptor (::mlir::ValueRange values, LateInst op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
|
::mlir::ValueRange | getODSOperands (unsigned index) |
|
ValueT | getInput () |
|
ValueT | getOutput () |
|
::mlir::ValueRange | getOperands () |
|
| MaxPool2dOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| MaxPool2dOpGenericAdaptorBase (MaxPool2dOp op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize) |
|
const Properties & | getProperties () |
|
::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 () |
|