Scalar
public final class Scalar : Model
Scalar model.
-
Declaration
Swift
public init<Element: TensorNumeric>( _ kind: DeviceKind, format: TensorFormat, value: Float, of: Element.Type = Element.self, name: String = "" )