Uses of Class
org.robovm.apple.metalps.MPSCNNLossType
| Package | Description |
|---|---|
| org.robovm.apple.metalps |
-
Uses of MPSCNNLossType in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps that return MPSCNNLossType Modifier and Type Method Description MPSCNNLossTypeMPSCNNLoss. getLossType()MPSCNNLossTypeMPSCNNLossDescriptor. getLossType()MPSCNNLossTypeMPSNNForwardLoss. getLossType()MPSCNNLossTypeMPSNNForwardLossNode. getLossType()MPSCNNLossTypeMPSNNLossGradient. getLossType()MPSCNNLossTypeMPSNNLossGradientNode. getLossType()static MPSCNNLossTypeMPSCNNLossType. valueOf(long n)Returns the enum constant of this type with the specified name.static MPSCNNLossTypeMPSCNNLossType. valueOf(String name)Returns the enum constant of this type with the specified name.static MPSCNNLossType[]MPSCNNLossType. 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 MPSCNNLossType Modifier and Type Method Description protected static longMPSCNNLossDescriptor. create(MPSCNNLossType lossType, MPSCNNReductionType reductionType)protected static longMPSCNNYOLOLossDescriptor. create(MPSCNNLossType XYLossType, MPSCNNLossType WHLossType, MPSCNNLossType confidenceLossType, MPSCNNLossType classesLossType, MPSCNNReductionType reductionType, NSData anchorBoxes, long numberOfAnchorBoxes)voidMPSCNNLossDescriptor. setLossType(MPSCNNLossType v)Constructors in org.robovm.apple.metalps with parameters of type MPSCNNLossType Constructor Description MPSCNNLossDescriptor(MPSCNNLossType lossType, MPSCNNReductionType reductionType)MPSCNNYOLOLossDescriptor(MPSCNNLossType XYLossType, MPSCNNLossType WHLossType, MPSCNNLossType confidenceLossType, MPSCNNLossType classesLossType, MPSCNNReductionType reductionType, NSData anchorBoxes, long numberOfAnchorBoxes)