Uses of Class
org.robovm.apple.metalps.MPSNNRegularizationType
| Package | Description |
|---|---|
| org.robovm.apple.metalps |
-
Uses of MPSNNRegularizationType in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps that return MPSNNRegularizationType Modifier and Type Method Description MPSNNRegularizationTypeMPSNNOptimizer. getRegularizationType()MPSNNRegularizationTypeMPSNNOptimizerDescriptor. getRegularizationType()static MPSNNRegularizationTypeMPSNNRegularizationType. valueOf(long n)Returns the enum constant of this type with the specified name.static MPSNNRegularizationTypeMPSNNRegularizationType. valueOf(String name)Returns the enum constant of this type with the specified name.static MPSNNRegularizationType[]MPSNNRegularizationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.metalps with parameters of type MPSNNRegularizationType Modifier and Type Method Description protected longMPSNNOptimizerDescriptor. init(float learningRate, float gradientRescale, boolean applyGradientClipping, float gradientClipMax, float gradientClipMin, MPSNNRegularizationType regularizationType, float regularizationScale)protected longMPSNNOptimizerDescriptor. init(float learningRate, float gradientRescale, MPSNNRegularizationType regularizationType, float regularizationScale)static MPSNNOptimizerDescriptorMPSNNOptimizerDescriptor. optimizerDescriptor(float learningRate, float gradientRescale, boolean applyGradientClipping, float gradientClipMax, float gradientClipMin, MPSNNRegularizationType regularizationType, float regularizationScale)static MPSNNOptimizerDescriptorMPSNNOptimizerDescriptor. optimizerDescriptor(float learningRate, float gradientRescale, MPSNNRegularizationType regularizationType, float regularizationScale)voidMPSNNOptimizerDescriptor. setRegularizationType(MPSNNRegularizationType v)Constructors in org.robovm.apple.metalps with parameters of type MPSNNRegularizationType Constructor Description MPSNNOptimizerDescriptor(float learningRate, float gradientRescale, boolean applyGradientClipping, float gradientClipMax, float gradientClipMin, MPSNNRegularizationType regularizationType, float regularizationScale)MPSNNOptimizerDescriptor(float learningRate, float gradientRescale, MPSNNRegularizationType regularizationType, float regularizationScale)