MLIR
20.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 502 of file Transforms.h.
Operation* mlir::linalg::ElementwiseOpFusionResult::fusedOp |
Definition at line 503 of file Transforms.h.
Referenced by mlir::linalg::fuseElementwiseOps().
llvm::DenseMap<Value, Value> mlir::linalg::ElementwiseOpFusionResult::replacements |
Definition at line 504 of file Transforms.h.
Referenced by mlir::linalg::fuseElementwiseOps().