|
| MaxOpAdaptor (MaxOp op) |
|
::llvm::LogicalResult | verify (::mlir::Location loc) |
|
| MaxOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| MaxOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
|
| MaxOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr) |
|
template<typename LateInst = MaxOp, typename = std::enable_if_t<std::is_same_v<LateInst, MaxOp>>> |
| MaxOpGenericAdaptor (RangeT values, LateInst op) |
|
| MaxOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| MaxOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) |
|
| MaxOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs=nullptr) |
|
| MaxOpGenericAdaptor (::mlir::ValueRange values, LateInst op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
|
::mlir::ValueRange | getODSOperands (unsigned index) |
|
ValueT | getInput () |
|
ValueT | getOutput () |
|
::mlir::ValueRange | getOperands () |
|
| MaxOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) |
|
| MaxOpGenericAdaptorBase (MaxOp op) |
|
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize) |
|
const Properties & | getProperties () |
|
::mlir::DictionaryAttr | getAttributes () |
|
::mlir::BoolAttr | getKeepDimAttr () |
|
bool | getKeepDim () |
|
::mlir::ArrayAttr | getDimArgAttr () |
|
::std::optional< ::mlir::ArrayAttr > | getDimArg () |
|
::mlir::ArrayAttr | getOperandConstraintsAttr () |
|
::mlir::ArrayAttr | getOperandConstraints () |
|