Uses of Class
org.robovm.apple.mlcompute.MLCLossDescriptor
| Package | Description |
|---|---|
| org.robovm.apple.mlcompute |
-
Uses of MLCLossDescriptor in org.robovm.apple.mlcompute
Methods in org.robovm.apple.mlcompute that return MLCLossDescriptor Modifier and Type Method Description MLCLossDescriptorMLCLossLayer. getDescriptor()Methods in org.robovm.apple.mlcompute with parameters of type MLCLossDescriptor Modifier and Type Method Description protected static longMLCLossLayer. create(MLCLossDescriptor lossDescriptor)protected static longMLCLossLayer. create(MLCLossDescriptor lossDescriptor, MLCTensor weights)Constructors in org.robovm.apple.mlcompute with parameters of type MLCLossDescriptor Constructor Description MLCLossLayer(MLCLossDescriptor lossDescriptor)MLCLossLayer(MLCLossDescriptor lossDescriptor, MLCTensor weights)