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

Public Member Functions

 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)
 
- Public Member Functions inherited from mlir::tt::ttir::MaxOpGenericAdaptor<::mlir::ValueRange >
 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 ()
 
- Public Member Functions inherited from mlir::tt::ttir::detail::MaxOpGenericAdaptorBase
 MaxOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 MaxOpGenericAdaptorBase (MaxOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::BoolAttr getKeepDimAttr ()
 
bool getKeepDim ()
 
::mlir::ArrayAttr getDimArgAttr ()
 
::std::optional< ::mlir::ArrayAttr > getDimArg ()
 
::mlir::ArrayAttr getOperandConstraintsAttr ()
 
::mlir::ArrayAttr getOperandConstraints ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ MaxOpAdaptor()

mlir::tt::ttir::MaxOpAdaptor::MaxOpAdaptor ( MaxOp  op)

Member Function Documentation

◆ MaxOpGenericAdaptor() [1/4]

◆ MaxOpGenericAdaptor() [2/4]

◆ MaxOpGenericAdaptor() [3/4]

◆ MaxOpGenericAdaptor() [4/4]

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

◆ verify()

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

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