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

Public Member Functions

 LeakyReluOpAdaptor (LeakyReluOp op)
 
::llvm::LogicalResult verify (::mlir::Location loc)
 
 LeakyReluOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 LeakyReluOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 LeakyReluOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs)
 
template<typename LateInst = LeakyReluOp, typename = std::enable_if_t<std::is_same_v<LateInst, LeakyReluOp>>>
 LeakyReluOpGenericAdaptor (RangeT values, LateInst op)
 
- Public Member Functions inherited from mlir::tt::ttir::LeakyReluOpGenericAdaptor<::mlir::ValueRange >
 LeakyReluOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 LeakyReluOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 LeakyReluOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs)
 
 LeakyReluOpGenericAdaptor (::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::LeakyReluOpGenericAdaptorBase
 LeakyReluOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 LeakyReluOpGenericAdaptorBase (LeakyReluOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::FloatAttr getParameterAttr ()
 
::llvm::APFloat getParameter ()
 
::mlir::ArrayAttr getOperandConstraintsAttr ()
 
::mlir::ArrayAttr getOperandConstraints ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ LeakyReluOpAdaptor()

mlir::tt::ttir::LeakyReluOpAdaptor::LeakyReluOpAdaptor ( LeakyReluOp  op)

Member Function Documentation

◆ LeakyReluOpGenericAdaptor() [1/4]

◆ LeakyReluOpGenericAdaptor() [2/4]

◆ LeakyReluOpGenericAdaptor() [3/4]

◆ LeakyReluOpGenericAdaptor() [4/4]

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

◆ verify()

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

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