|
::mlir::StringAttr | getOperandSegmentSizesAttrName (::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, Value lhs, Value rhs, Value out) |
|
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange results, ::mlir::ValueRange inputs, ::mlir::ValueRange outputs) |
|
static void | build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={}) |
|
◆ Adaptor
◆ FoldAdaptor
◆ GenericAdaptor
template<typename RangeT >
◆ Properties
◆ build() [1/3]
void mlir::tt::ttnn::SubtractOp::build |
( |
::mlir::OpBuilder & |
, |
|
|
::mlir::OperationState & |
odsState, |
|
|
::mlir::TypeRange |
resultTypes, |
|
|
::mlir::ValueRange |
operands, |
|
|
::llvm::ArrayRef<::mlir::NamedAttribute > |
attributes = {} |
|
) |
| |
|
static |
◆ build() [2/3]
void mlir::tt::ttnn::SubtractOp::build |
( |
::mlir::OpBuilder & |
odsBuilder, |
|
|
::mlir::OperationState & |
odsState, |
|
|
::mlir::TypeRange |
results, |
|
|
::mlir::ValueRange |
inputs, |
|
|
::mlir::ValueRange |
outputs |
|
) |
| |
|
static |
◆ build() [3/3]
void mlir::tt::ttnn::SubtractOp::build |
( |
::mlir::OpBuilder & |
odsBuilder, |
|
|
::mlir::OperationState & |
odsState, |
|
|
Value |
lhs, |
|
|
Value |
rhs, |
|
|
Value |
out |
|
) |
| |
|
static |
◆ computePropertiesHash()
llvm::hash_code mlir::tt::ttnn::SubtractOp::computePropertiesHash |
( |
const Properties & |
prop | ) |
|
|
static |
◆ getAttributeNameForIndex() [1/2]
::mlir::StringAttr mlir::tt::ttnn::SubtractOp::getAttributeNameForIndex |
( |
::mlir::OperationName |
name, |
|
|
unsigned |
index |
|
) |
| |
|
inlinestaticprivate |
◆ getAttributeNameForIndex() [2/2]
::mlir::StringAttr mlir::tt::ttnn::SubtractOp::getAttributeNameForIndex |
( |
unsigned |
index | ) |
|
|
inlineprivate |
◆ getAttributeNames()
static ::llvm::ArrayRef<::llvm::StringRef> mlir::tt::ttnn::SubtractOp::getAttributeNames |
( |
| ) |
|
|
inline |
◆ getDpsInitsMutable()
MutableOperandRange mlir::tt::ttnn::SubtractOp::getDpsInitsMutable |
( |
| ) |
|
|
inline |
◆ getInherentAttr()
std::optional< mlir::Attribute > mlir::tt::ttnn::SubtractOp::getInherentAttr |
( |
::mlir::MLIRContext * |
ctx, |
|
|
const Properties & |
prop, |
|
|
llvm::StringRef |
name |
|
) |
| |
|
static |
◆ getInputs()
::mlir::Operation::operand_range mlir::tt::ttnn::SubtractOp::getInputs |
( |
| ) |
|
|
inline |
◆ getInputsMutable()
mlir::MutableOperandRange mlir::tt::ttnn::SubtractOp::getInputsMutable |
( |
| ) |
|
◆ getODSOperandIndexAndLength()
std::pair< unsigned, unsigned > mlir::tt::ttnn::SubtractOp::getODSOperandIndexAndLength |
( |
unsigned |
index | ) |
|
◆ getODSOperands()
::mlir::Operation::operand_range mlir::tt::ttnn::SubtractOp::getODSOperands |
( |
unsigned |
index | ) |
|
|
inline |
◆ getODSResultIndexAndLength()
std::pair< unsigned, unsigned > mlir::tt::ttnn::SubtractOp::getODSResultIndexAndLength |
( |
unsigned |
index | ) |
|
◆ getODSResults()
::mlir::Operation::result_range mlir::tt::ttnn::SubtractOp::getODSResults |
( |
unsigned |
index | ) |
|
|
inline |
◆ getOperandSegmentSizesAttrName() [1/2]
::mlir::StringAttr mlir::tt::ttnn::SubtractOp::getOperandSegmentSizesAttrName |
( |
| ) |
|
|
inline |
◆ getOperandSegmentSizesAttrName() [2/2]
::mlir::StringAttr mlir::tt::ttnn::SubtractOp::getOperandSegmentSizesAttrName |
( |
::mlir::OperationName |
name | ) |
|
|
inlinestatic |
◆ getOperationName()
static constexpr ::llvm::StringLiteral mlir::tt::ttnn::SubtractOp::getOperationName |
( |
| ) |
|
|
inlinestatic |
◆ getOutputs()
::mlir::Operation::operand_range mlir::tt::ttnn::SubtractOp::getOutputs |
( |
| ) |
|
|
inline |
◆ getOutputsMutable()
mlir::MutableOperandRange mlir::tt::ttnn::SubtractOp::getOutputsMutable |
( |
| ) |
|
◆ getPropertiesAsAttr()
mlir::Attribute mlir::tt::ttnn::SubtractOp::getPropertiesAsAttr |
( |
::mlir::MLIRContext * |
ctx, |
|
|
const Properties & |
prop |
|
) |
| |
|
static |
◆ getResults()
::mlir::Operation::result_range mlir::tt::ttnn::SubtractOp::getResults |
( |
| ) |
|
|
inline |
◆ populateInherentAttrs()
void mlir::tt::ttnn::SubtractOp::populateInherentAttrs |
( |
::mlir::MLIRContext * |
ctx, |
|
|
const Properties & |
prop, |
|
|
::mlir::NamedAttrList & |
attrs |
|
) |
| |
|
static |
◆ readProperties()
llvm::LogicalResult mlir::tt::ttnn::SubtractOp::readProperties |
( |
::mlir::DialectBytecodeReader & |
reader, |
|
|
::mlir::OperationState & |
state |
|
) |
| |
|
static |
◆ setInherentAttr()
void mlir::tt::ttnn::SubtractOp::setInherentAttr |
( |
Properties & |
prop, |
|
|
llvm::StringRef |
name, |
|
|
mlir::Attribute |
value |
|
) |
| |
|
static |
◆ setPropertiesFromAttr()
llvm::LogicalResult mlir::tt::ttnn::SubtractOp::setPropertiesFromAttr |
( |
Properties & |
prop, |
|
|
::mlir::Attribute |
attr, |
|
|
::llvm::function_ref<::mlir::InFlightDiagnostic()> |
emitError |
|
) |
| |
|
static |
◆ verifyInherentAttrs()
llvm::LogicalResult mlir::tt::ttnn::SubtractOp::verifyInherentAttrs |
( |
::mlir::OperationName |
opName, |
|
|
::mlir::NamedAttrList & |
attrs, |
|
|
llvm::function_ref<::mlir::InFlightDiagnostic()> |
emitError |
|
) |
| |
|
static |
◆ verifyInvariants()
llvm::LogicalResult mlir::tt::ttnn::SubtractOp::verifyInvariants |
( |
| ) |
|
◆ verifyInvariantsImpl()
llvm::LogicalResult mlir::tt::ttnn::SubtractOp::verifyInvariantsImpl |
( |
| ) |
|
◆ writeProperties()
void mlir::tt::ttnn::SubtractOp::writeProperties |
( |
::mlir::DialectBytecodeWriter & |
writer | ) |
|
The documentation for this class was generated from the following files:
- /__w/tt-mlir/tt-mlir/build/include/ttmlir/Dialect/TTNN/IR/TTNNOps.h.inc
- /__w/tt-mlir/tt-mlir/build/include/ttmlir/Dialect/TTNN/IR/TTNNOps.cpp.inc