Home
last modified time | relevance | path

Searched refs:areElementwiseOpsFusable (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DElementwiseOpFusion.cpp68 static bool areElementwiseOpsFusable(GenericOp producer, GenericOp consumer, in areElementwiseOpsFusable() function
254 if (!areElementwiseOpsFusable(producer, consumer, consumerOpOperand) || in fuseElementwiseOpsImpl()