Poplar and PopLibs
PoolingDef.hpp
Go to the documentation of this file.
1// Copyright (c) 2017 Graphcore Ltd. All rights reserved.
6#ifndef popnn_PoolingDef_hpp
7#define popnn_PoolingDef_hpp
8
9namespace popnn {
10
12enum class PoolingType { MAX, AVG, SUM };
13
14} // End namespace popnn.
15
16#endif // popnn_PoolingDef_hpp
Functions used in neural networks.
Definition: BatchNorm.hpp:14
PoolingType
Pooling types.
Definition: PoolingDef.hpp:12