Enum MPSRNNMatrixId

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

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

    • SingleGateInputWeights

      public static final MPSRNNMatrixId SingleGateInputWeights
      Since:
      Available in iOS 12.0 and later.
    • SingleGateRecurrentWeights

      public static final MPSRNNMatrixId SingleGateRecurrentWeights
      Since:
      Available in iOS 12.0 and later.
    • SingleGateBiasTerms

      public static final MPSRNNMatrixId SingleGateBiasTerms
      Since:
      Available in iOS 12.0 and later.
    • LSTMInputGateInputWeights

      public static final MPSRNNMatrixId LSTMInputGateInputWeights
      Since:
      Available in iOS 12.0 and later.
    • LSTMInputGateRecurrentWeights

      public static final MPSRNNMatrixId LSTMInputGateRecurrentWeights
      Since:
      Available in iOS 12.0 and later.
    • LSTMInputGateMemoryWeights

      public static final MPSRNNMatrixId LSTMInputGateMemoryWeights
      Since:
      Available in iOS 12.0 and later.
    • LSTMInputGateBiasTerms

      public static final MPSRNNMatrixId LSTMInputGateBiasTerms
      Since:
      Available in iOS 12.0 and later.
    • LSTMForgetGateInputWeights

      public static final MPSRNNMatrixId LSTMForgetGateInputWeights
      Since:
      Available in iOS 12.0 and later.
    • LSTMForgetGateRecurrentWeights

      public static final MPSRNNMatrixId LSTMForgetGateRecurrentWeights
      Since:
      Available in iOS 12.0 and later.
    • LSTMForgetGateMemoryWeights

      public static final MPSRNNMatrixId LSTMForgetGateMemoryWeights
      Since:
      Available in iOS 12.0 and later.
    • LSTMForgetGateBiasTerms

      public static final MPSRNNMatrixId LSTMForgetGateBiasTerms
      Since:
      Available in iOS 12.0 and later.
    • LSTMMemoryGateInputWeights

      public static final MPSRNNMatrixId LSTMMemoryGateInputWeights
      Since:
      Available in iOS 12.0 and later.
    • LSTMMemoryGateRecurrentWeights

      public static final MPSRNNMatrixId LSTMMemoryGateRecurrentWeights
      Since:
      Available in iOS 12.0 and later.
    • LSTMMemoryGateMemoryWeights

      public static final MPSRNNMatrixId LSTMMemoryGateMemoryWeights
      Since:
      Available in iOS 12.0 and later.
    • LSTMMemoryGateBiasTerms

      public static final MPSRNNMatrixId LSTMMemoryGateBiasTerms
      Since:
      Available in iOS 12.0 and later.
    • LSTMOutputGateInputWeights

      public static final MPSRNNMatrixId LSTMOutputGateInputWeights
      Since:
      Available in iOS 12.0 and later.
    • LSTMOutputGateRecurrentWeights

      public static final MPSRNNMatrixId LSTMOutputGateRecurrentWeights
      Since:
      Available in iOS 12.0 and later.
    • LSTMOutputGateMemoryWeights

      public static final MPSRNNMatrixId LSTMOutputGateMemoryWeights
      Since:
      Available in iOS 12.0 and later.
    • LSTMOutputGateBiasTerms

      public static final MPSRNNMatrixId LSTMOutputGateBiasTerms
      Since:
      Available in iOS 12.0 and later.
    • GRUInputGateInputWeights

      public static final MPSRNNMatrixId GRUInputGateInputWeights
      Since:
      Available in iOS 12.0 and later.
    • GRUInputGateRecurrentWeights

      public static final MPSRNNMatrixId GRUInputGateRecurrentWeights
      Since:
      Available in iOS 12.0 and later.
    • GRUInputGateBiasTerms

      public static final MPSRNNMatrixId GRUInputGateBiasTerms
      Since:
      Available in iOS 12.0 and later.
    • GRURecurrentGateInputWeights

      public static final MPSRNNMatrixId GRURecurrentGateInputWeights
      Since:
      Available in iOS 12.0 and later.
    • GRURecurrentGateRecurrentWeights

      public static final MPSRNNMatrixId GRURecurrentGateRecurrentWeights
      Since:
      Available in iOS 12.0 and later.
    • GRURecurrentGateBiasTerms

      public static final MPSRNNMatrixId GRURecurrentGateBiasTerms
      Since:
      Available in iOS 12.0 and later.
    • GRUOutputGateInputWeights

      public static final MPSRNNMatrixId GRUOutputGateInputWeights
      Since:
      Available in iOS 12.0 and later.
    • GRUOutputGateRecurrentWeights

      public static final MPSRNNMatrixId GRUOutputGateRecurrentWeights
      Since:
      Available in iOS 12.0 and later.
    • GRUOutputGateInputGateWeights

      public static final MPSRNNMatrixId GRUOutputGateInputGateWeights
      Since:
      Available in iOS 12.0 and later.
    • GRUOutputGateBiasTerms

      public static final MPSRNNMatrixId GRUOutputGateBiasTerms
      Since:
      Available in iOS 12.0 and later.
    • _count

      public static final MPSRNNMatrixId _count
  • Method Details

    • values

      public static MPSRNNMatrixId[] 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 MPSRNNMatrixId 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 MPSRNNMatrixId 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