SwiftCoreMLTools Documentation Beta

Structure Input

public struct Input: InputOutputItems
%3 Input Input InputOutputItems InputOutputItems Input->InputOutputItems

Conforms To

InputOutputItems

Initializers

init(name:​shape:​feature​Type:​)

public init(name: String, shape: [UInt], featureType: FeatureType = .float)

Properties

name

let name: String

shape

let shape: [UInt]

feature​Type

let featureType: FeatureType