LeakyReLU
public final class LeakyReLU : Model
A leaky ReLU activation model.
-
Declaration
Swift
public init(negativeSlope: Float, name: String = "")
-
Declaration
Swift
public func callAsFunction<T: DynamicGraph.TensorGroup>( _ input: T, streamContext: StreamContext? = nil ) -> T