NVIDIA NvNeural SDK
2022.2
GPU inference framework for NVIDIA Nsight Deep Learning Designer
|
Common interfaces for convolution layers. More...
#include <nvneural/CoreTypes.h>
Go to the source code of this file.
Classes | |
class | nvneural::IConvolutionLayer |
IConvolutionLayer is an optional interface that marks a layer as a convolution layer. More... | |
class | nvneural::IConvolutionLayer2 |
IConvolutionLayer2 is an optional interface that marks a layer as a convolution layer. More... | |
Enumerations | |
enum class | nvneural::ConvolutionPaddingMode { Same , Valid , Tuple } |
Enum to describe convolution padding modes. | |
Common interfaces for convolution layers.