remove spurious comma (#871)

This commit is contained in:
Vijay Thakkar
2023-03-20 14:25:27 -07:00
committed by GitHub
parent 6116706c96
commit 209faf7b94

View File

@ -453,7 +453,7 @@ struct DefaultDepthwiseDirect2dConvFprop <
StrideShape,
DilationShape,
AlignmentA,
AlignmentB,
AlignmentB
> {