Uses of Class
org.robovm.apple.mlcompute.MLCComparisonOperation
| Package | Description |
|---|---|
| org.robovm.apple.mlcompute |
-
Uses of MLCComparisonOperation in org.robovm.apple.mlcompute
Methods in org.robovm.apple.mlcompute that return MLCComparisonOperation Modifier and Type Method Description MLCComparisonOperationMLCComparisonLayer. getOperation()static MLCComparisonOperationMLCComparisonOperation. valueOf(long n)Returns the enum constant of this type with the specified name.static MLCComparisonOperationMLCComparisonOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static MLCComparisonOperation[]MLCComparisonOperation. 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 MLCComparisonOperation Modifier and Type Method Description protected static longMLCComparisonLayer. create(MLCComparisonOperation operation)Constructors in org.robovm.apple.mlcompute with parameters of type MLCComparisonOperation Constructor Description MLCComparisonLayer(MLCComparisonOperation operation)