Uses of Class
org.robovm.apple.metalpsgraph.MPSGraphReductionMode
| Package | Description |
|---|---|
| org.robovm.apple.metalpsgraph |
-
Uses of MPSGraphReductionMode in org.robovm.apple.metalpsgraph
Methods in org.robovm.apple.metalpsgraph that return MPSGraphReductionMode Modifier and Type Method Description MPSGraphReductionModeMPSGraphStencilOpDescriptor. getReductionMode()static MPSGraphReductionModeMPSGraphReductionMode. valueOf(long n)Returns the enum constant of this type with the specified name.static MPSGraphReductionModeMPSGraphReductionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static MPSGraphReductionMode[]MPSGraphReductionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.metalpsgraph with parameters of type MPSGraphReductionMode Modifier and Type Method Description protected static longMPSGraphStencilOpDescriptor. create(MPSGraphReductionMode reductionMode, NSArray<NSNumber> offsets, NSArray<NSNumber> strides, NSArray<NSNumber> dilationRates, NSArray<NSNumber> explicitPadding, MPSGraphPaddingMode boundaryMode, MPSGraphPaddingStyle paddingStyle, float paddingConstant)voidMPSGraphStencilOpDescriptor. setReductionMode(MPSGraphReductionMode v)Constructors in org.robovm.apple.metalpsgraph with parameters of type MPSGraphReductionMode Constructor Description MPSGraphStencilOpDescriptor(MPSGraphReductionMode reductionMode, NSArray<NSNumber> offsets, NSArray<NSNumber> strides, NSArray<NSNumber> dilationRates, NSArray<NSNumber> explicitPadding, MPSGraphPaddingMode boundaryMode, MPSGraphPaddingStyle paddingStyle, float paddingConstant)