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