enum InferenceEngine::PoolingLayer::PoolType

Defines available pooling types.

#include <ie_layers.h>

enum PoolType
{
    MAX             = 1,
    AVG             = 2,
    STOCH           = 3,
    ROI             = 4,
    SPACIAL_PYRAMID = 5,
};