TT-MLIR
Public Member Functions | List of all members
mlir::tt::ttnn::ExpOpAdaptor Class Reference
Inheritance diagram for mlir::tt::ttnn::ExpOpAdaptor:
mlir::tt::ttnn::ExpOpGenericAdaptor< RangeT > mlir::tt::ttnn::detail::ExpOpGenericAdaptorBase

Public Member Functions

 ExpOpAdaptor (ExpOp op)
 
::llvm::LogicalResult verify (::mlir::Location loc)
 
 ExpOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 ExpOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 ExpOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs)
 
template<typename LateInst = ExpOp, typename = std::enable_if_t<std::is_same_v<LateInst, ExpOp>>>
 ExpOpGenericAdaptor (RangeT values, LateInst op)
 
- Public Member Functions inherited from mlir::tt::ttnn::ExpOpGenericAdaptor< RangeT >
 ExpOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 ExpOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 ExpOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs)
 
template<typename LateInst = ExpOp, typename = std::enable_if_t<std::is_same_v<LateInst, ExpOp>>>
 ExpOpGenericAdaptor (RangeT values, LateInst op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
RangeT getODSOperands (unsigned index)
 
RangeT getInputs ()
 
RangeT getOutputs ()
 
RangeT getOperands ()
 
- Public Member Functions inherited from mlir::tt::ttnn::detail::ExpOpGenericAdaptorBase
 ExpOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 ExpOpGenericAdaptorBase (ExpOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ ExpOpAdaptor()

mlir::tt::ttnn::ExpOpAdaptor::ExpOpAdaptor ( ExpOp  op)

Member Function Documentation

◆ ExpOpGenericAdaptor() [1/4]

◆ ExpOpGenericAdaptor() [2/4]

◆ ExpOpGenericAdaptor() [3/4]

◆ ExpOpGenericAdaptor() [4/4]

template<typename LateInst = ExpOp, typename = std::enable_if_t<std::is_same_v<LateInst, ExpOp>>>
mlir::tt::ttnn::ExpOpGenericAdaptor< RangeT >::ExpOpGenericAdaptor ( typename LateInst  = ExpOp,
typename  = std::enable_if_t<std::is_same_v<LateInst, ExpOp>> 
)
inline

◆ verify()

llvm::LogicalResult mlir::tt::ttnn::ExpOpAdaptor::verify ( ::mlir::Location  loc)

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