mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-11-06 09:44:28 +00:00
Combine padding and conv kernel
This commit is contained in:
@@ -105,7 +105,6 @@ class Conv2d : public ILayer {
|
||||
float* d_output;
|
||||
float* d_weights;
|
||||
float* d_biases;
|
||||
float* d_padded;
|
||||
|
||||
// Kernels
|
||||
Layers::Activation activation;
|
||||
|
||||
Reference in New Issue
Block a user