Uses of Class
org.robovm.apple.mlcompute.MLCArithmeticOperation
| Package | Description |
|---|---|
| org.robovm.apple.mlcompute |
-
Uses of MLCArithmeticOperation in org.robovm.apple.mlcompute
Methods in org.robovm.apple.mlcompute that return MLCArithmeticOperation Modifier and Type Method Description MLCArithmeticOperationMLCArithmeticLayer. getOperation()static MLCArithmeticOperationMLCArithmeticOperation. valueOf(long n)Returns the enum constant of this type with the specified name.static MLCArithmeticOperationMLCArithmeticOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static MLCArithmeticOperation[]MLCArithmeticOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.mlcompute with parameters of type MLCArithmeticOperation Modifier and Type Method Description protected static longMLCArithmeticLayer. create(MLCArithmeticOperation operation)Constructors in org.robovm.apple.mlcompute with parameters of type MLCArithmeticOperation Constructor Description MLCArithmeticLayer(MLCArithmeticOperation operation)