Enum Layer.Activation
Namespace: Unity.Barracuda
Syntax
public enum Activation
Fields
| Name | Description |
|---|---|
| Abs | |
| Acos | |
| Acosh | |
| Asin | |
| Asinh | |
| Atan | |
| Atanh | |
| Ceil | |
| Clip | |
| Cos | |
| Cosh | |
| Elu | |
| Exp | |
| Floor | |
| Hardmax | |
| HardSigmoid | |
| LeakyRelu | |
| Log | |
| LogSoftmax | |
| Neg | |
| None | |
| Pow | |
| PRelu | |
| Reciprocal | |
| Relu | |
| Relu6 | |
| Round | |
| Selu | |
| Sigmoid | |
| Sin | |
| Sinh | |
| Softmax | |
| Softplus | |
| Softsign | |
| Sqrt | |
| Swish | |
| Tan | |
| Tanh |