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

Public Member Functions

 FillCacheOpAdaptor (FillCacheOp op)
 
::llvm::LogicalResult verify (::mlir::Location loc)
 
 FillCacheOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 FillCacheOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 FillCacheOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 
template<typename LateInst = FillCacheOp, typename = std::enable_if_t<std::is_same_v<LateInst, FillCacheOp>>>
 FillCacheOpGenericAdaptor (RangeT values, LateInst op)
 
- Public Member Functions inherited from mlir::tt::ttnn::FillCacheOpGenericAdaptor< RangeT >
 FillCacheOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 FillCacheOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 FillCacheOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 
template<typename LateInst = FillCacheOp, typename = std::enable_if_t<std::is_same_v<LateInst, FillCacheOp>>>
 FillCacheOpGenericAdaptor (RangeT values, LateInst op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
RangeT getODSOperands (unsigned index)
 
ValueT getCache ()
 
ValueT getInput ()
 
RangeT getOperands ()
 
- Public Member Functions inherited from mlir::tt::ttnn::detail::FillCacheOpGenericAdaptorBase
 FillCacheOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 FillCacheOpGenericAdaptorBase (FillCacheOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::IntegerAttr getBatchOffsetAttr ()
 
uint32_t getBatchOffset ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ FillCacheOpAdaptor()

mlir::tt::ttnn::FillCacheOpAdaptor::FillCacheOpAdaptor ( FillCacheOp  op)

Member Function Documentation

◆ FillCacheOpGenericAdaptor() [1/4]

◆ FillCacheOpGenericAdaptor() [2/4]

◆ FillCacheOpGenericAdaptor() [3/4]

◆ FillCacheOpGenericAdaptor() [4/4]

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

◆ verify()

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

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