Variable
public final class Variable<Element> : Model where Element : TensorNumeric
extension Variable: ModelIOConvertible
Variable model.
-
Declaration
Swift
public init( _ kind: DeviceKind, format: TensorFormat, shape: TensorShape, name: String = "" )
-
Declaration
Swift
public init( _ kind: DeviceKind, _ dimensionFormat: TensorShapeFormat, name: String = "" )
-
Declaration
Swift
public var io: Model.IO { get }