mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-12-23 06:44:24 +00:00
Migrate batch norm layer
This commit is contained in:
@@ -51,7 +51,7 @@ AvgPool2d::~AvgPool2d() {}
|
||||
|
||||
CUDANet::Tensor& AvgPool2d::forward(CUDANet::Tensor& input) {
|
||||
output.zero();
|
||||
backend->avgPool2d(
|
||||
backend->avg_pool2d(
|
||||
input,
|
||||
output,
|
||||
in_shape,
|
||||
|
||||
Reference in New Issue
Block a user