Implement avg pool test

This commit is contained in:
2024-03-20 21:57:22 +01:00
parent dfff0360d9
commit 6f4cdf3792
7 changed files with 147 additions and 32 deletions

View File

@@ -37,7 +37,6 @@ class MaxPooling2D : public SequentialLayer {
int stride;
int outputSize;
int gridSize;
float* d_output;