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

Classes

struct  Properties
 

Public Member Functions

 SoftmaxOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 SoftmaxOpGenericAdaptorBase (SoftmaxOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::IntegerAttr getDimensionAttr ()
 
int32_t getDimension ()
 

Protected Attributes

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

Constructor & Destructor Documentation

◆ SoftmaxOpGenericAdaptorBase() [1/2]

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

◆ SoftmaxOpGenericAdaptorBase() [2/2]

mlir::tt::ttnn::detail::SoftmaxOpGenericAdaptorBase::SoftmaxOpGenericAdaptorBase ( SoftmaxOp  op)

Member Function Documentation

◆ getAttributes()

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

◆ getDimension()

int32_t mlir::tt::ttnn::detail::SoftmaxOpGenericAdaptorBase::getDimension ( )

◆ getDimensionAttr()

::mlir::IntegerAttr mlir::tt::ttnn::detail::SoftmaxOpGenericAdaptorBase::getDimensionAttr ( )
inline

◆ getODSOperandIndexAndLength()

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

◆ getProperties()

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

Member Data Documentation

◆ odsAttrs

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

◆ odsOpName

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

◆ odsRegions

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

◆ properties

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

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