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

Classes

struct  Properties
 

Public Member Functions

 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 ()
 

Protected Attributes

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

Constructor & Destructor Documentation

◆ MaxOpGenericAdaptorBase() [1/2]

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

◆ MaxOpGenericAdaptorBase() [2/2]

mlir::tt::ttnn::detail::MaxOpGenericAdaptorBase::MaxOpGenericAdaptorBase ( MaxOp  op)

Member Function Documentation

◆ getAttributes()

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

◆ getDimArg()

std::optional<::mlir::ArrayAttr > mlir::tt::ttnn::detail::MaxOpGenericAdaptorBase::getDimArg ( )

◆ getDimArgAttr()

::mlir::ArrayAttr mlir::tt::ttnn::detail::MaxOpGenericAdaptorBase::getDimArgAttr ( )
inline

◆ getKeepDim()

bool mlir::tt::ttnn::detail::MaxOpGenericAdaptorBase::getKeepDim ( )

◆ getKeepDimAttr()

::mlir::BoolAttr mlir::tt::ttnn::detail::MaxOpGenericAdaptorBase::getKeepDimAttr ( )
inline

◆ getODSOperandIndexAndLength()

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

◆ getProperties()

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

Member Data Documentation

◆ odsAttrs

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

◆ odsOpName

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

◆ odsRegions

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

◆ properties

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

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