TT-MLIR
Public Member Functions | Private Types | Private Attributes | List of all members
mlir::tt::ttir::ConstantOpGenericAdaptor< RangeT > Class Template Reference
Inheritance diagram for mlir::tt::ttir::ConstantOpGenericAdaptor< RangeT >:
mlir::tt::ttir::detail::ConstantOpGenericAdaptorBase

Public Member Functions

 ConstantOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 ConstantOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 ConstantOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 
template<typename LateInst = ConstantOp, typename = std::enable_if_t<std::is_same_v<LateInst, ConstantOp>>>
 ConstantOpGenericAdaptor (RangeT values, LateInst op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
RangeT getODSOperands (unsigned index)
 
RangeT getOperands ()
 
- Public Member Functions inherited from mlir::tt::ttir::detail::ConstantOpGenericAdaptorBase
 ConstantOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 ConstantOpGenericAdaptorBase (ConstantOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::ElementsAttr getValueAttr ()
 
::mlir::ElementsAttr getValue ()
 

Private Types

using ValueT = ::llvm::detail::ValueOfRange< RangeT >
 
using Base = detail::ConstantOpGenericAdaptorBase
 

Private Attributes

RangeT odsOperands
 

Additional Inherited Members

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

Member Typedef Documentation

◆ Base

template<typename RangeT >
using mlir::tt::ttir::ConstantOpGenericAdaptor< RangeT >::Base = detail::ConstantOpGenericAdaptorBase
private

◆ ValueT

template<typename RangeT >
using mlir::tt::ttir::ConstantOpGenericAdaptor< RangeT >::ValueT = ::llvm::detail::ValueOfRange<RangeT>
private

Constructor & Destructor Documentation

◆ ConstantOpGenericAdaptor() [1/4]

template<typename RangeT >
mlir::tt::ttir::ConstantOpGenericAdaptor< RangeT >::ConstantOpGenericAdaptor ( RangeT  values,
::mlir::DictionaryAttr  attrs,
const Properties properties,
::mlir::RegionRange  regions = {} 
)
inline

◆ ConstantOpGenericAdaptor() [2/4]

template<typename RangeT >
mlir::tt::ttir::ConstantOpGenericAdaptor< RangeT >::ConstantOpGenericAdaptor ( RangeT  values,
::mlir::DictionaryAttr  attrs,
::mlir::OpaqueProperties  properties,
::mlir::RegionRange  regions = {} 
)
inline

◆ ConstantOpGenericAdaptor() [3/4]

template<typename RangeT >
mlir::tt::ttir::ConstantOpGenericAdaptor< RangeT >::ConstantOpGenericAdaptor ( RangeT  values,
::mlir::DictionaryAttr  attrs = nullptr 
)
inline

◆ ConstantOpGenericAdaptor() [4/4]

template<typename RangeT >
template<typename LateInst = ConstantOp, typename = std::enable_if_t<std::is_same_v<LateInst, ConstantOp>>>
mlir::tt::ttir::ConstantOpGenericAdaptor< RangeT >::ConstantOpGenericAdaptor ( RangeT  values,
LateInst  op 
)
inline

Member Function Documentation

◆ getODSOperandIndexAndLength()

template<typename RangeT >
std::pair<unsigned, unsigned> mlir::tt::ttir::ConstantOpGenericAdaptor< RangeT >::getODSOperandIndexAndLength ( unsigned  index)
inline

◆ getODSOperands()

template<typename RangeT >
RangeT mlir::tt::ttir::ConstantOpGenericAdaptor< RangeT >::getODSOperands ( unsigned  index)
inline

◆ getOperands()

template<typename RangeT >
RangeT mlir::tt::ttir::ConstantOpGenericAdaptor< RangeT >::getOperands ( )
inline

Member Data Documentation

◆ odsOperands

template<typename RangeT >
RangeT mlir::tt::ttir::ConstantOpGenericAdaptor< RangeT >::odsOperands
private

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