TT-MLIR
Public Member Functions | List of all members
mlir::tt::ttnn::ConstructTensorOpAdaptor Class Reference
Inheritance diagram for mlir::tt::ttnn::ConstructTensorOpAdaptor:
mlir::tt::ttnn::ConstructTensorOpGenericAdaptor<::mlir::ValueRange > mlir::tt::ttnn::detail::ConstructTensorOpGenericAdaptorBase

Public Member Functions

 ConstructTensorOpAdaptor (ConstructTensorOp op)
 
::llvm::LogicalResult verify (::mlir::Location loc)
 
 ConstructTensorOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 ConstructTensorOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 ConstructTensorOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 
 ConstructTensorOpGenericAdaptor (RangeT values, const ConstructTensorOpGenericAdaptorBase &base)
 
template<typename LateInst = ConstructTensorOp, typename = std::enable_if_t<std::is_same_v<LateInst, ConstructTensorOp>>>
 ConstructTensorOpGenericAdaptor (RangeT values, LateInst op)
 
- Public Member Functions inherited from mlir::tt::ttnn::ConstructTensorOpGenericAdaptor<::mlir::ValueRange >
 ConstructTensorOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 ConstructTensorOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 ConstructTensorOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs=nullptr)
 
 ConstructTensorOpGenericAdaptor (::mlir::ValueRange values, const ConstructTensorOpGenericAdaptorBase &base)
 
 ConstructTensorOpGenericAdaptor (::mlir::ValueRange values, LateInst op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
::mlir::ValueRange getODSOperands (unsigned index)
 
::mlir::ValueRange getOperands ()
 
- Public Member Functions inherited from mlir::tt::ttnn::detail::ConstructTensorOpGenericAdaptorBase
 ConstructTensorOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 ConstructTensorOpGenericAdaptorBase (ConstructTensorOp 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 ()
 
::mlir::tt::DataType getDtype ()
 
::mlir::tt::ttnn::LayoutAttr getLayoutAttr ()
 
::mlir::tt::ttnn::Layout getLayout ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ ConstructTensorOpAdaptor()

mlir::tt::ttnn::ConstructTensorOpAdaptor::ConstructTensorOpAdaptor ( ConstructTensorOp  op)

Member Function Documentation

◆ ConstructTensorOpGenericAdaptor() [1/5]

◆ ConstructTensorOpGenericAdaptor() [2/5]

◆ ConstructTensorOpGenericAdaptor() [3/5]

◆ ConstructTensorOpGenericAdaptor() [4/5]

◆ ConstructTensorOpGenericAdaptor() [5/5]

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

◆ verify()

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

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