Skip to content

Commit 3e49e7a

Browse files
Fix
1 parent 5232223 commit 3e49e7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/nncf/onnx/graph/metatypes/groups.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
onnx_metatypes.ONNXDepthwiseConvolutionMetatype,
5555
onnx_metatypes.ONNXConvolutionTransposeMetatype,
5656
onnx_metatypes.ONNXDeformableConvolutionMetatype,
57+
onnx_metatypes.ONNXGroupConvolutionMetatype,
5758
]
5859

5960
LINEAR_OPERATIONS = [*CONVOLUTION_METATYPES, *MATMUL_METATYPES]

0 commit comments

Comments
 (0)