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 1c8c1e3 commit c4baaedCopy full SHA for c4baaed
hls4ml/templates/vivado/nnet_utils/nnet_array.h
@@ -26,7 +26,7 @@ void transpose_2d(
26
}
27
28
29
- template<class data_T, class res_T, typename CONFIG_T>
+template<class data_T, class res_T, typename CONFIG_T>
30
void transpose_3d(
31
data_T data[CONFIG_T::depth * CONFIG_T::height * CONFIG_T::width],
32
res_T data_t[CONFIG_T::depth * CONFIG_T::height * CONFIG_T::width]
0 commit comments