Uses of Class
org.robovm.apple.mlcompute.MLCGraph
| Package | Description |
|---|---|
| org.robovm.apple.mlcompute |
-
Uses of MLCGraph in org.robovm.apple.mlcompute
Subclasses of MLCGraph in org.robovm.apple.mlcompute Modifier and Type Class Description classMLCInferenceGraphclassMLCTrainingGraphMethods in org.robovm.apple.mlcompute that return MLCGraph Modifier and Type Method Description static MLCGraphMLCGraph. graph()Method parameters in org.robovm.apple.mlcompute with type arguments of type MLCGraph Modifier and Type Method Description protected static longMLCInferenceGraph. create(NSArray<MLCGraph> graphObjects)protected static longMLCTrainingGraph. create(NSArray<MLCGraph> graphObjects, MLCLayer lossLayer, MLCOptimizer optimizer)Constructor parameters in org.robovm.apple.mlcompute with type arguments of type MLCGraph Constructor Description MLCInferenceGraph(NSArray<MLCGraph> graphObjects)MLCTrainingGraph(NSArray<MLCGraph> graphObjects, MLCLayer lossLayer, MLCOptimizer optimizer)