Enum cudnnSoftmaxMode
cudnnSoftmaxMode is used to select over which data the cudnnSoftmaxForward() and cudnnSoftmaxBackward() are computing their results.
Namespace: ManagedCuda.CudaDNN
Assembly: CudaDNN.dll
Syntax
public enum cudnnSoftmaxMode
Fields
Name | Description |
---|---|
Channel | The softmax operation is computed per spatial location (H,W) per image (N) across the dimension C. |
Instance | The softmax operation is computed per image (N) across the dimensions C,H,W. |