| Enum | Description |
|---|---|
| Convolution3D.DataFormat |
An optional dataFormat: "NDHWC" or "NCDHW".
|
| ConvolutionLayer.AlgoMode |
The "PREFER_FASTEST" mode will pick the fastest algorithm for the specified parameters from the
ConvolutionLayer.FwdAlgo,
ConvolutionLayer.BwdFilterAlgo, and ConvolutionLayer.BwdDataAlgo lists, but they may be very memory intensive, so if weird errors
occur when using cuDNN, please try the "NO_WORKSPACE" mode. |
| ConvolutionLayer.BwdDataAlgo |
The backward data algorithm to use when
ConvolutionLayer.AlgoMode is set to "USER_SPECIFIED". |
| ConvolutionLayer.BwdFilterAlgo |
The backward filter algorithm to use when
ConvolutionLayer.AlgoMode is set to "USER_SPECIFIED". |
| ConvolutionLayer.FwdAlgo |
The forward algorithm to use when
ConvolutionLayer.AlgoMode is set to "USER_SPECIFIED". |
| PoolingType |
Pooling type:
MAX: Max pooling - output is the maximum value of the input values AVG: Average pooling - output is the average value of the input values SUM: Sum pooling - output is the sum of the input values PNORM: P-norm pooling |
| SpaceToDepthLayer.DataFormat | Deprecated
Use
CNN2DFormat instead |
| Subsampling3DLayer.PoolingType | |
| SubsamplingLayer.PoolingType |
Copyright © 2022. All rights reserved.