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

Public Member Functions

 RequantizeUnrolledOpAdaptor (RequantizeUnrolledOp op)
 
::llvm::LogicalResult verify (::mlir::Location loc)
 
 RequantizeUnrolledOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 RequantizeUnrolledOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 RequantizeUnrolledOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 
 RequantizeUnrolledOpGenericAdaptor (RangeT values, const RequantizeUnrolledOpGenericAdaptorBase &base)
 
template<typename LateInst = RequantizeUnrolledOp, typename = std::enable_if_t<std::is_same_v<LateInst, RequantizeUnrolledOp>>>
 RequantizeUnrolledOpGenericAdaptor (RangeT values, LateInst op)
 
- Public Member Functions inherited from mlir::tt::ttir::RequantizeUnrolledOpGenericAdaptor<::mlir::ValueRange >
 RequantizeUnrolledOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 RequantizeUnrolledOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 RequantizeUnrolledOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs=nullptr)
 
 RequantizeUnrolledOpGenericAdaptor (::mlir::ValueRange values, const RequantizeUnrolledOpGenericAdaptorBase &base)
 
 RequantizeUnrolledOpGenericAdaptor (::mlir::ValueRange values, LateInst op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
::mlir::ValueRange getODSOperands (unsigned index)
 
ValueT getInput ()
 
ValueT getInScale ()
 
ValueT getInZeroPoint ()
 
ValueT getOutScale ()
 
ValueT getOutZeroPoint ()
 
ValueT getOutput ()
 
::mlir::ValueRange getOperands ()
 
- Public Member Functions inherited from mlir::tt::ttir::detail::RequantizeUnrolledOpGenericAdaptorBase
 RequantizeUnrolledOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 RequantizeUnrolledOpGenericAdaptorBase (RequantizeUnrolledOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::IntegerAttr getAxisAttr ()
 
::std::optional< uint32_t > getAxis ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ RequantizeUnrolledOpAdaptor()

mlir::tt::ttir::RequantizeUnrolledOpAdaptor::RequantizeUnrolledOpAdaptor ( RequantizeUnrolledOp  op)

Member Function Documentation

◆ RequantizeUnrolledOpGenericAdaptor() [1/5]

◆ RequantizeUnrolledOpGenericAdaptor() [2/5]

◆ RequantizeUnrolledOpGenericAdaptor() [3/5]

◆ RequantizeUnrolledOpGenericAdaptor() [4/5]

◆ RequantizeUnrolledOpGenericAdaptor() [5/5]

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

◆ verify()

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

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