Contents

selu

Creates an instance of a SELU activation layer.

Declaration

class var selu: MLCActivationLayer { get }

Discussion

This factory creates an activation descriptor using init(type:), where type = MLCActivationType.selu, and passes that descriptor to init(descriptor:).

See Also

Factory Properties