Uses of Class
org.robovm.apple.coreml.MLModel
| Package | Description |
|---|---|
| org.robovm.apple.coreml | |
| org.robovm.apple.naturallanguage | |
| org.robovm.apple.soundanalysis | |
| org.robovm.apple.vision |
-
Uses of MLModel in org.robovm.apple.coreml
Methods in org.robovm.apple.coreml that return MLModel Modifier and Type Method Description MLModelMLUpdateContext. getModel()Method parameters in org.robovm.apple.coreml with type arguments of type MLModel Modifier and Type Method Description static voidMLModel. load(NSURL url, MLModelConfiguration configuration, VoidBlock2<MLModel,NSError> handler) -
Uses of MLModel in org.robovm.apple.naturallanguage
Methods in org.robovm.apple.naturallanguage with parameters of type MLModel Modifier and Type Method Description protected static longNLModel. create(MLModel mlModel, NSError.NSErrorPtr error)Constructors in org.robovm.apple.naturallanguage with parameters of type MLModel Constructor Description NLModel(MLModel mlModel) -
Uses of MLModel in org.robovm.apple.soundanalysis
Constructors in org.robovm.apple.soundanalysis with parameters of type MLModel Constructor Description SNClassifySoundRequest(MLModel mlModel) -
Uses of MLModel in org.robovm.apple.vision
Methods in org.robovm.apple.vision with parameters of type MLModel Modifier and Type Method Description protected static longVNCoreMLModel. create(MLModel model, NSError.NSErrorPtr error)Constructors in org.robovm.apple.vision with parameters of type MLModel Constructor Description VNCoreMLModel(MLModel model)