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

Classes

struct  Properties
 

Public Member Functions

 MeanOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 MeanOpGenericAdaptorBase (MeanOp 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

◆ MeanOpGenericAdaptorBase() [1/2]

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

◆ MeanOpGenericAdaptorBase() [2/2]

mlir::tt::ttnn::detail::MeanOpGenericAdaptorBase::MeanOpGenericAdaptorBase ( MeanOp  op)

Member Function Documentation

◆ getAttributes()

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

◆ getDimArg()

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

◆ getDimArgAttr()

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

◆ getKeepDim()

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

◆ getKeepDimAttr()

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

◆ getODSOperandIndexAndLength()

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

◆ getProperties()

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

Member Data Documentation

◆ odsAttrs

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

◆ odsOpName

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

◆ odsRegions

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

◆ properties

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

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