Uses of Class
org.robovm.apple.coreml.MLMultiArray
| Package | Description |
|---|---|
| org.robovm.apple.coreml | |
| org.robovm.apple.vision |
-
Uses of MLMultiArray in org.robovm.apple.coreml
Methods in org.robovm.apple.coreml that return MLMultiArray Modifier and Type Method Description MLMultiArrayMLFeatureValue. getMultiArrayValue()Methods in org.robovm.apple.coreml with parameters of type MLMultiArray Modifier and Type Method Description protected static longMLFeatureValue. create(MLMultiArray value)Method parameters in org.robovm.apple.coreml with type arguments of type MLMultiArray Modifier and Type Method Description booleanMLCustomLayer. evaluateOnCPU(NSArray<MLMultiArray> inputs, NSArray<MLMultiArray> outputs, NSError.NSErrorPtr error)booleanMLCustomLayerAdapter. evaluateOnCPU(NSArray<MLMultiArray> inputs, NSArray<MLMultiArray> outputs, NSError.NSErrorPtr error)protected static longMLMultiArray. multiArrayByConcatenatingMultiArrays(NSArray<MLMultiArray> multiArrays, long axis, MLMultiArrayDataType dataType)Constructors in org.robovm.apple.coreml with parameters of type MLMultiArray Constructor Description MLFeatureValue(MLMultiArray value)Constructor parameters in org.robovm.apple.coreml with type arguments of type MLMultiArray Constructor Description MLMultiArray(NSArray<MLMultiArray> multiArrays, long axis, MLMultiArrayDataType dataType) -
Uses of MLMultiArray in org.robovm.apple.vision
Methods in org.robovm.apple.vision that return MLMultiArray Modifier and Type Method Description MLMultiArrayVNRecognizedPointsObservation. keypointsMultiArrayAndReturnError(NSError.NSErrorPtr error)