Uses of Class
org.robovm.apple.mlcompute.MLCSampleMode
| Package | Description |
|---|---|
| org.robovm.apple.mlcompute |
-
Uses of MLCSampleMode in org.robovm.apple.mlcompute
Methods in org.robovm.apple.mlcompute that return MLCSampleMode Modifier and Type Method Description MLCSampleModeMLCUpsampleLayer. getSampleMode()static MLCSampleModeMLCSampleMode. valueOf(long n)Returns the enum constant of this type with the specified name.static MLCSampleModeMLCSampleMode. valueOf(String name)Returns the enum constant of this type with the specified name.static MLCSampleMode[]MLCSampleMode. 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 MLCSampleMode Modifier and Type Method Description protected static longMLCUpsampleLayer. create(NSArray<NSNumber> shape, MLCSampleMode sampleMode, boolean alignsCorners)Constructors in org.robovm.apple.mlcompute with parameters of type MLCSampleMode Constructor Description MLCUpsampleLayer(NSArray<NSNumber> shape, MLCSampleMode sampleMode, boolean alignsCorners)