Uses of Class
org.robovm.apple.metalps.MPSCNNReductionType
| Package | Description |
|---|---|
| org.robovm.apple.metalps |
-
Uses of MPSCNNReductionType in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps that return MPSCNNReductionType Modifier and Type Method Description MPSCNNReductionTypeMPSCNNLoss. getReductionType()MPSCNNReductionTypeMPSCNNLossDescriptor. getReductionType()MPSCNNReductionTypeMPSCNNYOLOLoss. getReductionType()MPSCNNReductionTypeMPSCNNYOLOLossDescriptor. getReductionType()MPSCNNReductionTypeMPSNNForwardLoss. getReductionType()MPSCNNReductionTypeMPSNNForwardLossNode. getReductionType()MPSCNNReductionTypeMPSNNLossGradient. getReductionType()MPSCNNReductionTypeMPSNNLossGradientNode. getReductionType()static MPSCNNReductionTypeMPSCNNReductionType. valueOf(long n)Returns the enum constant of this type with the specified name.static MPSCNNReductionTypeMPSCNNReductionType. valueOf(String name)Returns the enum constant of this type with the specified name.static MPSCNNReductionType[]MPSCNNReductionType. 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 MPSCNNReductionType 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. setReductionType(MPSCNNReductionType v)voidMPSCNNYOLOLossDescriptor. setReductionType(MPSCNNReductionType v)Constructors in org.robovm.apple.metalps with parameters of type MPSCNNReductionType Constructor Description MPSCNNLossDescriptor(MPSCNNLossType lossType, MPSCNNReductionType reductionType)MPSCNNYOLOLossDescriptor(MPSCNNLossType XYLossType, MPSCNNLossType WHLossType, MPSCNNLossType confidenceLossType, MPSCNNLossType classesLossType, MPSCNNReductionType reductionType, NSData anchorBoxes, long numberOfAnchorBoxes)