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