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

Public Member Functions

 PoolingOpAdaptor (PoolingOp op)
 
::llvm::LogicalResult verify (::mlir::Location loc)
 
 PoolingOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 PoolingOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 PoolingOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs)
 
template<typename LateInst = PoolingOp, typename = std::enable_if_t<std::is_same_v<LateInst, PoolingOp>>>
 PoolingOpGenericAdaptor (RangeT values, LateInst op)
 
- Public Member Functions inherited from mlir::tt::ttir::PoolingOpGenericAdaptor<::mlir::ValueRange >
 PoolingOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 PoolingOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 PoolingOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs)
 
 PoolingOpGenericAdaptor (::mlir::ValueRange values, LateInst op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
::mlir::ValueRange getODSOperands (unsigned index)
 
::mlir::ValueRange getInputs ()
 
::mlir::ValueRange getOutputs ()
 
::mlir::ValueRange getOperands ()
 
- Public Member Functions inherited from mlir::tt::ttir::detail::PoolingOpGenericAdaptorBase
 PoolingOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 PoolingOpGenericAdaptorBase (PoolingOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::tt::ttir::PoolingMethodAttr getPoolingMethodAttr ()
 
::mlir::tt::ttir::PoolingMethod getPoolingMethod ()
 
::mlir::DenseI64ArrayAttr getWindowDimensionsAttr ()
 
::llvm::ArrayRef< int64_t > getWindowDimensions ()
 
::mlir::DenseI64ArrayAttr getWindowStridesAttr ()
 
::llvm::ArrayRef< int64_t > getWindowStrides ()
 
::mlir::DenseI64ArrayAttr getBaseDilationsAttr ()
 
::llvm::ArrayRef< int64_t > getBaseDilations ()
 
::mlir::DenseI64ArrayAttr getWindowDilationsAttr ()
 
::llvm::ArrayRef< int64_t > getWindowDilations ()
 
::mlir::DenseI64ArrayAttr getPaddingAttr ()
 
::llvm::ArrayRef< int64_t > getPadding ()
 
::mlir::ArrayAttr getOperandConstraintsAttr ()
 
::mlir::ArrayAttr getOperandConstraints ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ PoolingOpAdaptor()

mlir::tt::ttir::PoolingOpAdaptor::PoolingOpAdaptor ( PoolingOp  op)

Member Function Documentation

◆ PoolingOpGenericAdaptor() [1/4]

◆ PoolingOpGenericAdaptor() [2/4]

◆ PoolingOpGenericAdaptor() [3/4]

◆ PoolingOpGenericAdaptor() [4/4]

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

◆ verify()

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

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