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