Uses of Class
org.robovm.apple.mlcompute.MLCActivationType
| Package | Description |
|---|---|
| org.robovm.apple.mlcompute |
-
Uses of MLCActivationType in org.robovm.apple.mlcompute
Methods in org.robovm.apple.mlcompute that return MLCActivationType Modifier and Type Method Description MLCActivationTypeMLCActivationDescriptor. getActivationType()static MLCActivationTypeMLCActivationType. valueOf(long n)Returns the enum constant of this type with the specified name.static MLCActivationTypeMLCActivationType. valueOf(String name)Returns the enum constant of this type with the specified name.static MLCActivationType[]MLCActivationType. 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 MLCActivationType Modifier and Type Method Description protected static longMLCActivationDescriptor. create(MLCActivationType activationType)protected static longMLCActivationDescriptor. create(MLCActivationType activationType, float a)protected static longMLCActivationDescriptor. create(MLCActivationType activationType, float a, float b)protected static longMLCActivationDescriptor. create(MLCActivationType activationType, float a, float b, float c)Constructors in org.robovm.apple.mlcompute with parameters of type MLCActivationType Constructor Description MLCActivationDescriptor(MLCActivationType activationType)MLCActivationDescriptor(MLCActivationType activationType, float a)MLCActivationDescriptor(MLCActivationType activationType, float a, float b)MLCActivationDescriptor(MLCActivationType activationType, float a, float b, float c)