Dense
public final class Dense : Model
A linear layer model.
-
Declaration
Swift
public init(count: Int, noBias: Bool = false, trainable: Bool? = nil, name: String = "")
-
Declaration
Swift
public func callAsFunction<T: DynamicGraph.TensorGroup>( _ input: T, streamContext: StreamContext? = nil ) -> T