|
NVIDIA NvNeural SDK
2021.1
GPU inference framework for NVIDIA Nsight Deep Learning Designer
|
Common interfaces for pooling layers. More...
#include <nvneural/CoreTypes.h>Go to the source code of this file.
Classes | |
| class | nvneural::IPoolingLayer |
| IPoolingLayer is an optional interface implemented by pooling layers. More... | |
Enumerations | |
| enum class | nvneural::PoolType : std::uint32_t { Invalid = 0 , Max = 1 , Avg = 2 } |
| Enumeration describing pooling layer types. More... | |
Common interfaces for pooling layers.
|
strong |