CoreML watchOS 6.0 Beta 4 to Beta 5 API Differences
MLFeatureValue+MLImageConversion.h
Added
+[MLFeatureValue featureValueWithImageAtURL:orientation:pixelsWide:pixelsHigh:pixelFormatType:options:error:]
Added
+[MLFeatureValue featureValueWithImageAtURL:orientation:constraint:options:error:]
Added
+[MLFeatureValue featureValueWithCGImage:orientation:pixelsWide:pixelsHigh:pixelFormatType:options:error:]
Added
+[MLFeatureValue featureValueWithCGImage:orientation:constraint:options:error:]
MLModel.h
Added
-[MLModel parameterValueForKey:error:]
MLModelConfiguration.h
Removed
MLModelConfiguration.updateParameters
Removed
MLModelConfiguration.modelParameters
MLModelError.h
Added
MLModelErrorParameters
MLNumericConstraint.h
Modified
MLNumericConstraint
Protocols
From
none
To
NSSecureCoding
MLParameterDescription.h
Modified
MLParameterDescription
Protocols
From
none
To
NSSecureCoding
Modified
MLParameterDescription.numericConstraint
Declaration
From
@property (nonatomic, readonly) MLNumericConstraint *numericConstraint
To
@property (nonatomic, readonly) MLNumericConstraint *numericConstraint
MLParameterKey.h
Added
MLParameterKey.numberOfNeighbors
Added
MLParameterKey.weights
Added
MLParameterKey.biases