Uses of Class
org.robovm.apple.coreml.MLMultiArrayDataType
| Package | Description |
|---|---|
| org.robovm.apple.coreml |
-
Uses of MLMultiArrayDataType in org.robovm.apple.coreml
Methods in org.robovm.apple.coreml that return MLMultiArrayDataType Modifier and Type Method Description MLMultiArrayDataTypeMLMultiArray. getDataType()MLMultiArrayDataTypeMLMultiArrayConstraint. getDataType()static MLMultiArrayDataTypeMLMultiArrayDataType. valueOf(long n)Returns the enum constant of this type with the specified name.static MLMultiArrayDataTypeMLMultiArrayDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static MLMultiArrayDataType[]MLMultiArrayDataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.coreml with parameters of type MLMultiArrayDataType Modifier and Type Method Description protected static longMLMultiArray. multiArrayByConcatenatingMultiArrays(NSArray<MLMultiArray> multiArrays, long axis, MLMultiArrayDataType dataType)Constructors in org.robovm.apple.coreml with parameters of type MLMultiArrayDataType Constructor Description MLMultiArray(NSArray<MLMultiArray> multiArrays, long axis, MLMultiArrayDataType dataType)MLMultiArray(NSArray<NSNumber> shape, MLMultiArrayDataType dataType)MLMultiArray(VoidPtr dataPointer, NSArray<NSNumber> shape, MLMultiArrayDataType dataType, NSArray<NSNumber> strides, VoidBlock1<VoidPtr> deallocator)