Uses of Class
org.robovm.apple.mlcompute.MLCPoolingType
| Package | Description |
|---|---|
| org.robovm.apple.mlcompute |
-
Uses of MLCPoolingType in org.robovm.apple.mlcompute
Methods in org.robovm.apple.mlcompute that return MLCPoolingType Modifier and Type Method Description MLCPoolingTypeMLCPoolingDescriptor. getPoolingType()static MLCPoolingTypeMLCPoolingType. valueOf(long n)Returns the enum constant of this type with the specified name.static MLCPoolingTypeMLCPoolingType. valueOf(String name)Returns the enum constant of this type with the specified name.static MLCPoolingType[]MLCPoolingType. 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 MLCPoolingType Modifier and Type Method Description protected static longMLCPoolingDescriptor. create(MLCPoolingType poolingType, long kernelSize, long stride)Constructors in org.robovm.apple.mlcompute with parameters of type MLCPoolingType Constructor Description MLCPoolingDescriptor(MLCPoolingType poolingType, long kernelSize, long stride)