Fixed template struct/class mismatch (#453)

This commit is contained in:
Stepan Tezyunichev
2022-04-24 23:30:21 +03:00
committed by GitHub
parent d7b499deff
commit be4578d517
2 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ template <
int ElementCount,
typename TransposeShape,
typename Element
> class Transpose;
> struct Transpose;
/// Specialization for int8_t 4x4 transpose
template <int ElementCount_>