Lines Matching defs:TestLinalgElementwiseFusion
50 struct TestLinalgElementwiseFusion struct
56 TestLinalgElementwiseFusion(const TestLinalgElementwiseFusion &pass) in TestLinalgElementwiseFusion() function
58 void getDependentDialects(DialectRegistry ®istry) 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{
99 void runOnOperation() override { in runOnOperation()