OpenNN
Open-source neural networks library
Loading...
Searching...
No Matches
pooling_layer.h File Reference
#include "layer.h"
#include "operators.h"

Go to the source code of this file.

Classes

class  opennn::Pooling
 2D spatial pooling layer supporting max and average reduction. More...
 

Namespaces

namespace  opennn
 

Enumerations

enum class  opennn::PoolingMethod { opennn::MaxPooling , opennn::AveragePooling }
 Pooling reduction method used by Pooling and Pooling3d layers. More...
 

Functions

const string & opennn::pooling_method_to_string (PoolingMethod method)
 
PoolingMethod opennn::string_to_pooling_method (const string &name)