init(type:a:b:c:)
Creates an activation descriptor with the activation type and parameters a, b, and c that you specify.
Declaration
convenience init?(type activationType: MLCActivationType, a: Float, b: Float, c: Float)Parameters
- activationType:
A type of activation function.
- a:
Parameter a.
- b:
Parameter b.
- c:
Parameter c.