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

Public Member Functions

 EmptyOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 EmptyOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 EmptyOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 
template<typename LateInst = EmptyOp, typename = std::enable_if_t<std::is_same_v<LateInst, EmptyOp>>>
 EmptyOpGenericAdaptor (RangeT values, LateInst op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
RangeT getODSOperands (unsigned index)
 
ValueT getDevice ()
 
RangeT getOperands ()
 
- Public Member Functions inherited from mlir::tt::ttnn::detail::EmptyOpGenericAdaptorBase
 EmptyOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 EmptyOpGenericAdaptorBase (EmptyOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::tt::ttnn::ShapeAttr getShapeAttr ()
 
::mlir::tt::ttnn::ShapeAttr getShape ()
 
::mlir::tt::DataTypeAttr getDtypeAttr ()
 
::std::optional<::mlir::tt::DataTypegetDtype ()
 
::mlir::tt::ttnn::LayoutAttr getLayoutAttr ()
 
::std::optional<::mlir::tt::ttnn::LayoutgetLayout ()
 
::mlir::tt::ttnn::MemoryConfigAttr getMemoryConfigAttr ()
 
::std::optional<::mlir::tt::ttnn::MemoryConfigAttrgetMemoryConfig ()
 

Private Types

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

Private Attributes

RangeT odsOperands
 

Additional Inherited Members

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

Member Typedef Documentation

◆ Base

template<typename RangeT >
using mlir::tt::ttnn::EmptyOpGenericAdaptor< RangeT >::Base = detail::EmptyOpGenericAdaptorBase
private

◆ ValueT

template<typename RangeT >
using mlir::tt::ttnn::EmptyOpGenericAdaptor< RangeT >::ValueT = ::llvm::detail::ValueOfRange<RangeT>
private

Constructor & Destructor Documentation

◆ EmptyOpGenericAdaptor() [1/4]

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

◆ EmptyOpGenericAdaptor() [2/4]

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

◆ EmptyOpGenericAdaptor() [3/4]

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

◆ EmptyOpGenericAdaptor() [4/4]

template<typename RangeT >
template<typename LateInst = EmptyOp, typename = std::enable_if_t<std::is_same_v<LateInst, EmptyOp>>>
mlir::tt::ttnn::EmptyOpGenericAdaptor< RangeT >::EmptyOpGenericAdaptor ( RangeT  values,
LateInst  op 
)
inline

Member Function Documentation

◆ getDevice()

template<typename RangeT >
ValueT mlir::tt::ttnn::EmptyOpGenericAdaptor< RangeT >::getDevice ( )
inline

◆ getODSOperandIndexAndLength()

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

◆ getODSOperands()

template<typename RangeT >
RangeT mlir::tt::ttnn::EmptyOpGenericAdaptor< RangeT >::getODSOperands ( unsigned  index)
inline

◆ getOperands()

template<typename RangeT >
RangeT mlir::tt::ttnn::EmptyOpGenericAdaptor< RangeT >::getOperands ( )
inline

Member Data Documentation

◆ odsOperands

template<typename RangeT >
RangeT mlir::tt::ttnn::EmptyOpGenericAdaptor< RangeT >::odsOperands
private

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