|
static constexpr ::llvm::StringLiteral | getOperationName () |
|
::llvm::LogicalResult | setPropertiesFromAttr (Properties &prop, ::mlir::Attribute attr, ::llvm::function_ref<::mlir::InFlightDiagnostic()> emitError) |
|
::mlir::Attribute | getPropertiesAsAttr (::mlir::MLIRContext *ctx, const Properties &prop) |
|
static llvm::hash_code | computePropertiesHash (const Properties &prop) |
|
static std::optional< mlir::Attribute > | getInherentAttr (::mlir::MLIRContext *ctx, const Properties &prop, llvm::StringRef name) |
|
static void | setInherentAttr (Properties &prop, llvm::StringRef name, mlir::Attribute value) |
|
static void | populateInherentAttrs (::mlir::MLIRContext *ctx, const Properties &prop, ::mlir::NamedAttrList &attrs) |
|
::llvm::LogicalResult | verifyInherentAttrs (::mlir::OperationName opName, ::mlir::NamedAttrList &attrs, llvm::function_ref<::mlir::InFlightDiagnostic()> emitError) |
|
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState) |
|
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes) |
|
static void | build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={}) |
|
static void | build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, const Properties &properties, ::llvm::ArrayRef<::mlir::NamedAttribute > discardableAttributes={}) |
|
◆ Adaptor
◆ FoldAdaptor
◆ GenericAdaptor
template<typename RangeT >
◆ Properties
◆ build() [1/4]
void mlir::tt::ttkernel::SigmoidTileInitOp::build |
( |
::mlir::OpBuilder & |
, |
|
|
::mlir::OperationState & |
odsState, |
|
|
::mlir::TypeRange |
resultTypes, |
|
|
::mlir::ValueRange |
operands, |
|
|
::llvm::ArrayRef<::mlir::NamedAttribute > |
attributes = {} |
|
) |
| |
|
static |
◆ build() [2/4]
void mlir::tt::ttkernel::SigmoidTileInitOp::build |
( |
::mlir::OpBuilder & |
, |
|
|
::mlir::OperationState & |
odsState, |
|
|
::mlir::TypeRange |
resultTypes, |
|
|
::mlir::ValueRange |
operands, |
|
|
const Properties & |
properties, |
|
|
::llvm::ArrayRef<::mlir::NamedAttribute > |
discardableAttributes = {} |
|
) |
| |
|
static |
◆ build() [3/4]
void mlir::tt::ttkernel::SigmoidTileInitOp::build |
( |
::mlir::OpBuilder & |
odsBuilder, |
|
|
::mlir::OperationState & |
odsState |
|
) |
| |
|
static |
◆ build() [4/4]
void mlir::tt::ttkernel::SigmoidTileInitOp::build |
( |
::mlir::OpBuilder & |
odsBuilder, |
|
|
::mlir::OperationState & |
odsState, |
|
|
::mlir::TypeRange |
resultTypes |
|
) |
| |
|
static |
◆ computePropertiesHash()
llvm::hash_code mlir::tt::ttkernel::SigmoidTileInitOp::computePropertiesHash |
( |
const Properties & |
prop | ) |
|
|
static |
◆ getAttributeNames()
static ::llvm::ArrayRef<::llvm::StringRef> mlir::tt::ttkernel::SigmoidTileInitOp::getAttributeNames |
( |
| ) |
|
|
inline |
◆ getInherentAttr()
std::optional< mlir::Attribute > mlir::tt::ttkernel::SigmoidTileInitOp::getInherentAttr |
( |
::mlir::MLIRContext * |
ctx, |
|
|
const Properties & |
prop, |
|
|
llvm::StringRef |
name |
|
) |
| |
|
static |
◆ getODSOperandIndexAndLength()
std::pair<unsigned, unsigned> mlir::tt::ttkernel::SigmoidTileInitOp::getODSOperandIndexAndLength |
( |
unsigned |
index | ) |
|
|
inline |
◆ getODSOperands()
::mlir::Operation::operand_range mlir::tt::ttkernel::SigmoidTileInitOp::getODSOperands |
( |
unsigned |
index | ) |
|
|
inline |
◆ getODSResultIndexAndLength()
std::pair<unsigned, unsigned> mlir::tt::ttkernel::SigmoidTileInitOp::getODSResultIndexAndLength |
( |
unsigned |
index | ) |
|
|
inline |
◆ getODSResults()
::mlir::Operation::result_range mlir::tt::ttkernel::SigmoidTileInitOp::getODSResults |
( |
unsigned |
index | ) |
|
|
inline |
◆ getOperationName()
static constexpr ::llvm::StringLiteral mlir::tt::ttkernel::SigmoidTileInitOp::getOperationName |
( |
| ) |
|
|
inlinestatic |
◆ getPropertiesAsAttr()
mlir::Attribute mlir::tt::ttkernel::SigmoidTileInitOp::getPropertiesAsAttr |
( |
::mlir::MLIRContext * |
ctx, |
|
|
const Properties & |
prop |
|
) |
| |
|
static |
◆ populateInherentAttrs()
void mlir::tt::ttkernel::SigmoidTileInitOp::populateInherentAttrs |
( |
::mlir::MLIRContext * |
ctx, |
|
|
const Properties & |
prop, |
|
|
::mlir::NamedAttrList & |
attrs |
|
) |
| |
|
static |
◆ setInherentAttr()
void mlir::tt::ttkernel::SigmoidTileInitOp::setInherentAttr |
( |
Properties & |
prop, |
|
|
llvm::StringRef |
name, |
|
|
mlir::Attribute |
value |
|
) |
| |
|
static |
◆ setPropertiesFromAttr()
llvm::LogicalResult mlir::tt::ttkernel::SigmoidTileInitOp::setPropertiesFromAttr |
( |
Properties & |
prop, |
|
|
::mlir::Attribute |
attr, |
|
|
::llvm::function_ref<::mlir::InFlightDiagnostic()> |
emitError |
|
) |
| |
|
static |
◆ verifyInherentAttrs()
llvm::LogicalResult mlir::tt::ttkernel::SigmoidTileInitOp::verifyInherentAttrs |
( |
::mlir::OperationName |
opName, |
|
|
::mlir::NamedAttrList & |
attrs, |
|
|
llvm::function_ref<::mlir::InFlightDiagnostic()> |
emitError |
|
) |
| |
|
static |
◆ verifyInvariants()
llvm::LogicalResult mlir::tt::ttkernel::SigmoidTileInitOp::verifyInvariants |
( |
| ) |
|
◆ verifyInvariantsImpl()
llvm::LogicalResult mlir::tt::ttkernel::SigmoidTileInitOp::verifyInvariantsImpl |
( |
| ) |
|
The documentation for this class was generated from the following files: