Uses of Class
org.robovm.apple.mlcompute.MLCConvolutionType
| Package | Description |
|---|---|
| org.robovm.apple.mlcompute |
-
Uses of MLCConvolutionType in org.robovm.apple.mlcompute
Methods in org.robovm.apple.mlcompute that return MLCConvolutionType Modifier and Type Method Description MLCConvolutionTypeMLCConvolutionDescriptor. getConvolutionType()static MLCConvolutionTypeMLCConvolutionType. valueOf(long n)Returns the enum constant of this type with the specified name.static MLCConvolutionTypeMLCConvolutionType. valueOf(String name)Returns the enum constant of this type with the specified name.static MLCConvolutionType[]MLCConvolutionType. 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 MLCConvolutionType Modifier and Type Method Description protected static longMLCConvolutionDescriptor. create(MLCConvolutionType convolutionType, NSArray<NSNumber> kernelSizes, long inputFeatureChannelCount, long outputFeatureChannelCount, long groupCount, NSArray<NSNumber> strides, NSArray<NSNumber> dilationRates, MLCPaddingPolicy paddingPolicy, NSArray<NSNumber> paddingSizes)Constructors in org.robovm.apple.mlcompute with parameters of type MLCConvolutionType Constructor Description MLCConvolutionDescriptor(MLCConvolutionType convolutionType, NSArray<NSNumber> kernelSizes, long inputFeatureChannelCount, long outputFeatureChannelCount, long groupCount, NSArray<NSNumber> strides, NSArray<NSNumber> dilationRates, MLCPaddingPolicy paddingPolicy, NSArray<NSNumber> paddingSizes)