Uses of Class
org.robovm.apple.mlcompute.MLCOptimizer
| Package | Description |
|---|---|
| org.robovm.apple.mlcompute |
-
Uses of MLCOptimizer in org.robovm.apple.mlcompute
Subclasses of MLCOptimizer in org.robovm.apple.mlcompute Modifier and Type Class Description classMLCAdamOptimizerclassMLCAdamWOptimizerclassMLCRMSPropOptimizerclassMLCSGDOptimizerMethods in org.robovm.apple.mlcompute that return MLCOptimizer Modifier and Type Method Description MLCOptimizerMLCTrainingGraph. getOptimizer()Methods in org.robovm.apple.mlcompute with parameters of type MLCOptimizer Modifier and Type Method Description booleanMLCTrainingGraph. compileOptimizer(MLCOptimizer optimizer)protected static longMLCTrainingGraph. create(NSArray<MLCGraph> graphObjects, MLCLayer lossLayer, MLCOptimizer optimizer)Constructors in org.robovm.apple.mlcompute with parameters of type MLCOptimizer Constructor Description MLCTrainingGraph(NSArray<MLCGraph> graphObjects, MLCLayer lossLayer, MLCOptimizer optimizer)