TT-MLIR
Classes | Public Member Functions | Protected Attributes | List of all members
mlir::tt::ttnn::detail::ToDeviceOpGenericAdaptorBase Class Reference
Inheritance diagram for mlir::tt::ttnn::detail::ToDeviceOpGenericAdaptorBase:
mlir::tt::ttnn::ToDeviceOpGenericAdaptor<::mlir::ValueRange > mlir::tt::ttnn::ToDeviceOpGenericAdaptor< RangeT > mlir::tt::ttnn::ToDeviceOpAdaptor

Classes

struct  Properties
 

Public Member Functions

 ToDeviceOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 ToDeviceOpGenericAdaptorBase (ToDeviceOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::tt::ttnn::MemoryConfigAttr getMemoryConfigAttr ()
 
::mlir::tt::ttnn::MemoryConfigAttr getMemoryConfig ()
 

Protected Attributes

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

Constructor & Destructor Documentation

◆ ToDeviceOpGenericAdaptorBase() [1/2]

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

◆ ToDeviceOpGenericAdaptorBase() [2/2]

mlir::tt::ttnn::detail::ToDeviceOpGenericAdaptorBase::ToDeviceOpGenericAdaptorBase ( ToDeviceOp  op)

Member Function Documentation

◆ getAttributes()

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

◆ getMemoryConfig()

mlir::tt::ttnn::MemoryConfigAttr mlir::tt::ttnn::detail::ToDeviceOpGenericAdaptorBase::getMemoryConfig ( )

◆ getMemoryConfigAttr()

::mlir::tt::ttnn::MemoryConfigAttr mlir::tt::ttnn::detail::ToDeviceOpGenericAdaptorBase::getMemoryConfigAttr ( )
inline

◆ getODSOperandIndexAndLength()

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

◆ getProperties()

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

Member Data Documentation

◆ odsAttrs

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

◆ odsOpName

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

◆ odsRegions

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

◆ properties

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

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