Enum MPSCNNLossType

java.lang.Object
java.lang.Enum<MPSCNNLossType>
org.robovm.apple.metalps.MPSCNNLossType
All Implemented Interfaces:
Serializable, Comparable<MPSCNNLossType>, ValuedEnum

public enum MPSCNNLossType
extends Enum<MPSCNNLossType>
implements ValuedEnum
  • Enum Constant Details

    • MeanAbsoluteError

      public static final MPSCNNLossType MeanAbsoluteError
      Since:
      Available in iOS 11.3 and later.
    • MeanSquaredError

      public static final MPSCNNLossType MeanSquaredError
      Since:
      Available in iOS 11.3 and later.
    • SoftMaxCrossEntropy

      public static final MPSCNNLossType SoftMaxCrossEntropy
      Since:
      Available in iOS 11.3 and later.
    • SigmoidCrossEntropy

      public static final MPSCNNLossType SigmoidCrossEntropy
      Since:
      Available in iOS 11.3 and later.
    • CategoricalCrossEntropy

      public static final MPSCNNLossType CategoricalCrossEntropy
      Since:
      Available in iOS 11.3 and later.
    • Hinge

      public static final MPSCNNLossType Hinge
      Since:
      Available in iOS 11.3 and later.
    • Huber

      public static final MPSCNNLossType Huber
      Since:
      Available in iOS 11.3 and later.
    • CosineDistance

      public static final MPSCNNLossType CosineDistance
      Since:
      Available in iOS 11.3 and later.
    • Log

      public static final MPSCNNLossType Log
      Since:
      Available in iOS 11.3 and later.
    • KullbackLeiblerDivergence

      public static final MPSCNNLossType KullbackLeiblerDivergence
      Since:
      Available in iOS 11.3 and later.
    • Count

      public static final MPSCNNLossType Count
  • Method Details

    • values

      public static MPSCNNLossType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static MPSCNNLossType valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • value

      public long value()
      Specified by:
      value in interface ValuedEnum
    • valueOf

      public static MPSCNNLossType valueOf​(long n)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      n - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null