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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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