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

Common interfaces for convolution layers. More...

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.
 

Detailed Description

Common interfaces for convolution layers.