mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-11-06 01:34:22 +00:00
Add padding to avg pooling
This commit is contained in:
@@ -23,7 +23,8 @@ __global__ void avg_pooling(
|
||||
const dim2d outputSize,
|
||||
const int nChannels,
|
||||
const dim2d poolingSize,
|
||||
const dim2d stride
|
||||
const dim2d stride,
|
||||
const dim2d padding
|
||||
);
|
||||
|
||||
} // namespace CUDANet::Kernels
|
||||
|
||||
Reference in New Issue
Block a user