mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-12-22 22:34:22 +00:00
Refactor Backend and Layer interfaces
This commit is contained in:
@@ -54,7 +54,7 @@ float* AvgPooling2d::forward(const float* input) {
|
||||
#endif
|
||||
}
|
||||
|
||||
int AvgPooling2d::getOutputSize() {
|
||||
int AvgPooling2d::get_output_size() {
|
||||
return outputSize.first * outputSize.second * nChannels;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user