|
::mlir::StringAttr | getReduceDimAttrName (::mlir::OperationName name) |
|
::mlir::StringAttr | getReduceTypeAttrName (::mlir::OperationName name) |
|
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) |
|
::llvm::LogicalResult | readProperties (::mlir::DialectBytecodeReader &reader, ::mlir::OperationState &state) |
|
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Value in_cb, ::mlir::Value scaling_cb, ::mlir::Value out_cb, ::mlir::tt::ttkernel::ReduceTypeAttr reduce_type, ::mlir::tt::ttkernel::ReduceDimAttr reduce_dim) |
|
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value in_cb, ::mlir::Value scaling_cb, ::mlir::Value out_cb, ::mlir::tt::ttkernel::ReduceTypeAttr reduce_type, ::mlir::tt::ttkernel::ReduceDimAttr reduce_dim) |
|
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Value in_cb, ::mlir::Value scaling_cb, ::mlir::Value out_cb, ::mlir::tt::ttkernel::ReduceType reduce_type, ::mlir::tt::ttkernel::ReduceDim reduce_dim) |
|
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value in_cb, ::mlir::Value scaling_cb, ::mlir::Value out_cb, ::mlir::tt::ttkernel::ReduceType reduce_type, ::mlir::tt::ttkernel::ReduceDim reduce_dim) |
|
static void | build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={}) |
|