We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f4ca0 commit a30dc70Copy full SHA for a30dc70
mlir/lib/Dialect/Linalg/Transforms/SimplifyDepthwiseConv.cpp
@@ -145,8 +145,7 @@ struct SimplifyDepthwiseConvQOp
145
};
146
147
struct SimplifyDepthwiseConvPass
148
- : public impl::SimplifyDepthwiseConvPassBase<
149
- SimplifyDepthwiseConvPass> {
+ : public impl::SimplifyDepthwiseConvPassBase<SimplifyDepthwiseConvPass> {
150
using impl::SimplifyDepthwiseConvPassBase<
151
SimplifyDepthwiseConvPass>::SimplifyDepthwiseConvPassBase;
152
0 commit comments