|
MLIR
22.0.0git
|
Fuse two linalg.generic operations that have a producer-consumer relationship captured through fusedOperand.
More...
#include "mlir/Dialect/Linalg/Transforms/Transforms.h"
Public Attributes | |
| Operation * | fusedOp |
| llvm::DenseMap< Value, Value > | replacements |
Fuse two linalg.generic operations that have a producer-consumer relationship captured through fusedOperand.
The method expects that areElementwiseOpsFusable returns true for the given fusedOperand.
Definition at line 560 of file Transforms.h.
| Operation* mlir::linalg::ElementwiseOpFusionResult::fusedOp |
Definition at line 561 of file Transforms.h.
Referenced by mlir::linalg::fuseElementwiseOps().
| llvm::DenseMap<Value, Value> mlir::linalg::ElementwiseOpFusionResult::replacements |
Definition at line 562 of file Transforms.h.
Referenced by mlir::linalg::fuseElementwiseOps().