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

Public Member Functions

 FullOpAdaptor (FullOp op)
 
::llvm::LogicalResult verify (::mlir::Location loc)
 
 FullOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 FullOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 FullOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 
template<typename LateInst = FullOp, typename = std::enable_if_t<std::is_same_v<LateInst, FullOp>>>
 FullOpGenericAdaptor (RangeT values, LateInst op)
 
- Public Member Functions inherited from mlir::tt::ttnn::FullOpGenericAdaptor<::mlir::ValueRange >
 FullOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 FullOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 FullOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs=nullptr)
 
 FullOpGenericAdaptor (::mlir::ValueRange values, LateInst op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
::mlir::ValueRange getODSOperands (unsigned index)
 
ValueT getDevice ()
 
::mlir::ValueRange getOperands ()
 
- Public Member Functions inherited from mlir::tt::ttnn::detail::FullOpGenericAdaptorBase
 FullOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 FullOpGenericAdaptorBase (FullOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::FloatAttr getFillValueAttr ()
 
::llvm::APFloat getFillValue ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ FullOpAdaptor()

mlir::tt::ttnn::FullOpAdaptor::FullOpAdaptor ( FullOp  op)

Member Function Documentation

◆ FullOpGenericAdaptor() [1/4]

◆ FullOpGenericAdaptor() [2/4]

◆ FullOpGenericAdaptor() [3/4]

◆ FullOpGenericAdaptor() [4/4]

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

◆ verify()

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

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