MLSequence.CreateEmpty(MLFeatureType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Static factory method that creates an empty MLSequence that works with the specified .
[Foundation.Export("emptySequenceWithType:")]
public static CoreML.MLSequence CreateEmpty (CoreML.MLFeatureType type);
static member CreateEmpty : CoreML.MLFeatureType -> CoreML.MLSequence
Parameters
- type
- MLFeatureType
Returns
- Attributes