Enum cudnnLRNMode
cudnnLRNMode is an enumerated type used to specify the mode of operation in cudnnLRNCrossChannelForward() and cudnnLRNCrossChannelBackward().
Namespace: ManagedCuda.CudaDNN
Assembly: CudaDNN.dll
Syntax
public enum cudnnLRNMode
Fields
| Name | Description |
|---|---|
| CrossChannelDim1 | LRN co mputation is performed across tensor's dimension dimA[1]. |