Home
last modified time | relevance | path

Searched defs:TestLinalgElementwiseFusion (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/test/lib/Dialect/Linalg/
H A DTestLinalgElementwiseFusion.cpp50 struct TestLinalgElementwiseFusion struct
56 TestLinalgElementwiseFusion(const TestLinalgElementwiseFusion &pass) in TestLinalgElementwiseFusion() function
58 void getDependentDialects(DialectRegistry &registry) const override { in getDependentDialects()
62 StringRef getArgument() const final { in getArgument()
65 StringRef getDescription() const final { in getDescription()
69 Option<bool> fuseGenericOps{
74 Option<bool> fuseWithReshapeByExpansion{
80 Option<bool> controlFuseByExpansion{
86 Option<bool> fuseWithReshapeByCollapsing{
92 Option<bool> fuseWithReshapeByCollapsingWithControlFn{
[all …]