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

Public Member Functions

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

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ MeanOpAdaptor()

mlir::tt::ttir::MeanOpAdaptor::MeanOpAdaptor ( MeanOp  op)

Member Function Documentation

◆ MeanOpGenericAdaptor() [1/4]

◆ MeanOpGenericAdaptor() [2/4]

◆ MeanOpGenericAdaptor() [3/4]

◆ MeanOpGenericAdaptor() [4/4]

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

◆ verify()

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

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