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

Public Member Functions

 ClampTensorOpAdaptor (ClampTensorOp op)
 
::llvm::LogicalResult verify (::mlir::Location loc)
 
 ClampTensorOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 
 ClampTensorOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 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::ttir::ClampTensorOpGenericAdaptor<::mlir::ValueRange >
 ClampTensorOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 
 ClampTensorOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 ClampTensorOpGenericAdaptor (::mlir::ValueRange values, const ClampTensorOpGenericAdaptorBase &base)
 
 ClampTensorOpGenericAdaptor (::mlir::ValueRange values, LateInst op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
::mlir::ValueRange getODSOperands (unsigned index)
 
ValueT getInput ()
 
ValueT getMin ()
 
ValueT getMax ()
 
ValueT getOutput ()
 
::mlir::ValueRange getOperands ()
 
- Public Member Functions inherited from mlir::tt::ttir::detail::ClampTensorOpGenericAdaptorBase
 ClampTensorOpGenericAdaptorBase (::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 
 ClampTensorOpGenericAdaptorBase (::mlir::Operation *op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
::mlir::DictionaryAttr getAttributes ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ ClampTensorOpAdaptor()

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

Member Function Documentation

◆ ClampTensorOpGenericAdaptor() [1/4]

◆ ClampTensorOpGenericAdaptor() [2/4]

◆ ClampTensorOpGenericAdaptor() [3/4]

◆ ClampTensorOpGenericAdaptor() [4/4]

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

◆ verify()

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

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