SwiftCoreMLTools Documentation Beta

Structure Output

public struct Output: InputOutputItems
%3 Output Output InputOutputItems InputOutputItems Output->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