tanhShrink
Creates an instance of a tanh shrink activation layer.
Declaration
class var tanhShrink: MLCActivationLayer { get }Discussion
This factory creates an activation descriptor using init(type:), where type = MLCActivationType.tanhShrink, and passes that descriptor to init(descriptor:).