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

Public Member Functions

 ArgMaxOpAdaptor (ArgMaxOp op)
 
::llvm::LogicalResult verify (::mlir::Location loc)
 
 ArgMaxOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 ArgMaxOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 ArgMaxOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 
template<typename LateInst = ArgMaxOp, typename = std::enable_if_t<std::is_same_v<LateInst, ArgMaxOp>>>
 ArgMaxOpGenericAdaptor (RangeT values, LateInst op)
 
- Public Member Functions inherited from mlir::tt::ttir::ArgMaxOpGenericAdaptor<::mlir::ValueRange >
 ArgMaxOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 ArgMaxOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 ArgMaxOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs=nullptr)
 
 ArgMaxOpGenericAdaptor (::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::ArgMaxOpGenericAdaptorBase
 ArgMaxOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 ArgMaxOpGenericAdaptorBase (ArgMaxOp 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 ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ ArgMaxOpAdaptor()

mlir::tt::ttir::ArgMaxOpAdaptor::ArgMaxOpAdaptor ( ArgMaxOp  op)

Member Function Documentation

◆ ArgMaxOpGenericAdaptor() [1/4]

◆ ArgMaxOpGenericAdaptor() [2/4]

◆ ArgMaxOpGenericAdaptor() [3/4]

◆ ArgMaxOpGenericAdaptor() [4/4]

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

◆ verify()

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

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