Enum cudnnActivationMode
cudnnActivationMode is an enumerated type used to select the neuron activation function used in cudnnActivationForward() and cudnnActivationBackward().
Namespace: ManagedCuda.CudaDNN
Assembly: CudaDNN.dll
Syntax
public enum cudnnActivationMode
Fields
| Name | Description |
|---|---|
| ClippedRelu | Selects the clipped rectified linear function. |
| Elu | Selects the exponential linear function |
| Relu | Selects the rectified linear function. |
| Sigmoid | Selects the sigmoid function. |
| Tanh | Selects the hyperbolic tangent function. |