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

Public Member Functions

 ClampTensorOpAdaptor (ClampTensorOp op)
 
::llvm::LogicalResult verify (::mlir::Location loc)
 
 ClampTensorOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 ClampTensorOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 ClampTensorOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 
 ClampTensorOpGenericAdaptor (RangeT values, const ClampTensorOpGenericAdaptorBase &base)
 
template<typename LateInst = ClampTensorOp, typename = std::enable_if_t<std::is_same_v<LateInst, ClampTensorOp>>>
 ClampTensorOpGenericAdaptor (RangeT values, LateInst op)
 
- Public Member Functions inherited from mlir::tt::ttnn::ClampTensorOpGenericAdaptor< RangeT >
 ClampTensorOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 ClampTensorOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 ClampTensorOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 
 ClampTensorOpGenericAdaptor (RangeT values, const ClampTensorOpGenericAdaptorBase &base)
 
template<typename LateInst = ClampTensorOp, typename = std::enable_if_t<std::is_same_v<LateInst, ClampTensorOp>>>
 ClampTensorOpGenericAdaptor (RangeT values, LateInst op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
RangeT getODSOperands (unsigned index)
 
ValueT getInput ()
 
ValueT getMin ()
 
ValueT getMax ()
 
RangeT getOperands ()
 
- Public Member Functions inherited from mlir::tt::ttnn::detail::ClampTensorOpGenericAdaptorBase
 ClampTensorOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 ClampTensorOpGenericAdaptorBase (ClampTensorOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::tt::ttnn::MemoryConfigAttr getMemoryConfigAttr ()
 
::std::optional<::mlir::tt::ttnn::MemoryConfigAttrgetMemoryConfig ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ ClampTensorOpAdaptor()

mlir::tt::ttnn::ClampTensorOpAdaptor::ClampTensorOpAdaptor ( ClampTensorOp  op)

Member Function Documentation

◆ ClampTensorOpGenericAdaptor() [1/5]

◆ ClampTensorOpGenericAdaptor() [2/5]

◆ ClampTensorOpGenericAdaptor() [3/5]

◆ ClampTensorOpGenericAdaptor() [4/5]

◆ ClampTensorOpGenericAdaptor() [5/5]

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

◆ verify()

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

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