TT-MLIR
Classes | Public Member Functions | Protected Attributes | List of all members
mlir::tt::ttnn::detail::ArgMaxOpGenericAdaptorBase Class Reference
Inheritance diagram for mlir::tt::ttnn::detail::ArgMaxOpGenericAdaptorBase:
mlir::tt::ttnn::ArgMaxOpGenericAdaptor< RangeT > mlir::tt::ttnn::ArgMaxOpAdaptor

Classes

struct  Properties
 

Public Member Functions

 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::IntegerAttr getDimAttr ()
 
::std::optional< uint32_t > getDim ()
 
::mlir::BoolAttr getUseMulticoreAttr ()
 
bool getUseMulticore ()
 
::mlir::tt::ttnn::MemoryConfigAttr getMemoryConfigAttr ()
 
::std::optional<::mlir::tt::ttnn::MemoryConfigAttrgetMemoryConfig ()
 

Protected Attributes

::mlir::DictionaryAttr odsAttrs
 
::std::optional<::mlir::OperationName > odsOpName
 
Properties properties
 
::mlir::RegionRange odsRegions
 

Constructor & Destructor Documentation

◆ ArgMaxOpGenericAdaptorBase() [1/2]

mlir::tt::ttnn::detail::ArgMaxOpGenericAdaptorBase::ArgMaxOpGenericAdaptorBase ( ::mlir::DictionaryAttr  attrs,
const Properties properties,
::mlir::RegionRange  regions = {} 
)
inline

◆ ArgMaxOpGenericAdaptorBase() [2/2]

mlir::tt::ttnn::detail::ArgMaxOpGenericAdaptorBase::ArgMaxOpGenericAdaptorBase ( ArgMaxOp  op)

Member Function Documentation

◆ getAttributes()

::mlir::DictionaryAttr mlir::tt::ttnn::detail::ArgMaxOpGenericAdaptorBase::getAttributes ( )
inline

◆ getDim()

std::optional< uint32_t > mlir::tt::ttnn::detail::ArgMaxOpGenericAdaptorBase::getDim ( )

◆ getDimAttr()

::mlir::IntegerAttr mlir::tt::ttnn::detail::ArgMaxOpGenericAdaptorBase::getDimAttr ( )
inline

◆ getMemoryConfig()

std::optional<::mlir::tt::ttnn::MemoryConfigAttr > mlir::tt::ttnn::detail::ArgMaxOpGenericAdaptorBase::getMemoryConfig ( )

◆ getMemoryConfigAttr()

::mlir::tt::ttnn::MemoryConfigAttr mlir::tt::ttnn::detail::ArgMaxOpGenericAdaptorBase::getMemoryConfigAttr ( )
inline

◆ getODSOperandIndexAndLength()

std::pair<unsigned, unsigned> mlir::tt::ttnn::detail::ArgMaxOpGenericAdaptorBase::getODSOperandIndexAndLength ( unsigned  index,
unsigned  odsOperandsSize 
)
inline

◆ getProperties()

const Properties& mlir::tt::ttnn::detail::ArgMaxOpGenericAdaptorBase::getProperties ( )
inline

◆ getUseMulticore()

bool mlir::tt::ttnn::detail::ArgMaxOpGenericAdaptorBase::getUseMulticore ( )

◆ getUseMulticoreAttr()

::mlir::BoolAttr mlir::tt::ttnn::detail::ArgMaxOpGenericAdaptorBase::getUseMulticoreAttr ( )
inline

Member Data Documentation

◆ odsAttrs

::mlir::DictionaryAttr mlir::tt::ttnn::detail::ArgMaxOpGenericAdaptorBase::odsAttrs
protected

◆ odsOpName

::std::optional<::mlir::OperationName> mlir::tt::ttnn::detail::ArgMaxOpGenericAdaptorBase::odsOpName
protected

◆ odsRegions

::mlir::RegionRange mlir::tt::ttnn::detail::ArgMaxOpGenericAdaptorBase::odsRegions
protected

◆ properties

Properties mlir::tt::ttnn::detail::ArgMaxOpGenericAdaptorBase::properties
protected

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