NVIDIA NvNeural SDK  2022.2
GPU inference framework for NVIDIA Nsight Deep Learning Designer
IPoolingLayer.h File Reference

Common interfaces for pooling layers. More...

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...
 

Detailed Description

Common interfaces for pooling layers.

Enumeration Type Documentation

◆ PoolType

enum nvneural::PoolType : std::uint32_t
strong

Enumeration describing pooling layer types.

Enumerator
Invalid 

Invalid value to guard against initialization bugs.

Max 

Max pooling.

Avg 

Average pooling.