NVIDIA NvNeural SDK
2022.2
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 |