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

Public Member Functions

 SubtractOpAdaptor (SubtractOp op)
 
::llvm::LogicalResult verify (::mlir::Location loc)
 
 SubtractOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 SubtractOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 SubtractOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs)
 
template<typename LateInst = SubtractOp, typename = std::enable_if_t<std::is_same_v<LateInst, SubtractOp>>>
 SubtractOpGenericAdaptor (RangeT values, LateInst op)
 
- Public Member Functions inherited from mlir::tt::ttnn::SubtractOpGenericAdaptor< RangeT >
 SubtractOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 SubtractOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 SubtractOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs)
 
template<typename LateInst = SubtractOp, typename = std::enable_if_t<std::is_same_v<LateInst, SubtractOp>>>
 SubtractOpGenericAdaptor (RangeT values, LateInst op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
RangeT getODSOperands (unsigned index)
 
RangeT getInputs ()
 
RangeT getOutputs ()
 
RangeT getOperands ()
 
- Public Member Functions inherited from mlir::tt::ttnn::detail::SubtractOpGenericAdaptorBase
 SubtractOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 SubtractOpGenericAdaptorBase (SubtractOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ SubtractOpAdaptor()

mlir::tt::ttnn::SubtractOpAdaptor::SubtractOpAdaptor ( SubtractOp  op)

Member Function Documentation

◆ SubtractOpGenericAdaptor() [1/4]

◆ SubtractOpGenericAdaptor() [2/4]

◆ SubtractOpGenericAdaptor() [3/4]

◆ SubtractOpGenericAdaptor() [4/4]

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

◆ verify()

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

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