Combine padding and conv kernel

This commit is contained in:
2024-03-18 19:53:40 +01:00
parent e6d3757312
commit 6cf604423a
6 changed files with 14 additions and 209 deletions

View File

@@ -105,7 +105,6 @@ class Conv2d : public ILayer {
float* d_output;
float* d_weights;
float* d_biases;
float* d_padded;
// Kernels
Layers::Activation activation;