java.lang.Object
java.lang.Enum<NnpiCounters>
com.blackhillsoftware.smf.counterid.NnpiCounters
All Implemented Interfaces:
Serializable, Comparable<NnpiCounters>, java.lang.constant.Constable

public enum NnpiCounters extends Enum<NnpiCounters>
  • Enum Constant Details

    • NNPA_ADD

      public static final NnpiCounters NNPA_ADD
      Constant: 0x01 = 1
    • NNPA_SUB

      public static final NnpiCounters NNPA_SUB
      Constant: 0x02 = 2
    • NNPA_MUL

      public static final NnpiCounters NNPA_MUL
      Constant: 0x03 = 3
    • NNPA_DIV

      public static final NnpiCounters NNPA_DIV
      Constant: 0x04 = 4
    • NNPA_MIN

      public static final NnpiCounters NNPA_MIN
      Constant: 0x05 = 5
    • NNPA_MAX

      public static final NnpiCounters NNPA_MAX
      Constant: 0x06 = 6
    • NNPA_LOG

      public static final NnpiCounters NNPA_LOG
      Constant: 0x07 = 7
    • NNPA_EXP

      public static final NnpiCounters NNPA_EXP
      Constant: 0x08 = 8
    • NNPA_RELU

      public static final NnpiCounters NNPA_RELU
      Constant: 0x0A = 10
    • NNPA_TANH

      public static final NnpiCounters NNPA_TANH
      Constant: 0x0B = 11
    • NNPA_SIGMOID

      public static final NnpiCounters NNPA_SIGMOID
      Constant: 0x0C = 12
    • NNPA_SOFTMAX

      public static final NnpiCounters NNPA_SOFTMAX
      Constant: 0x0D = 13
    • NNPA_BATCHNORM

      public static final NnpiCounters NNPA_BATCHNORM
      Constant: 0x0E = 14
    • NNPA_MAXPOOL2D

      public static final NnpiCounters NNPA_MAXPOOL2D
      Constant: 0x0F = 15
    • NNPA_AVGPOOL2D

      public static final NnpiCounters NNPA_AVGPOOL2D
      Constant: 0x10 = 16
    • NNPA_LSTMACT

      public static final NnpiCounters NNPA_LSTMACT
      Constant: 0x11 = 17
    • NNPA_GRUACT

      public static final NnpiCounters NNPA_GRUACT
      Constant: 0x12 = 18
    • NNPA_CONVOLUTION

      public static final NnpiCounters NNPA_CONVOLUTION
      Constant: 0x13 = 19
    • NNPA_MATMUL_OP

      public static final NnpiCounters NNPA_MATMUL_OP
      Constant: 0x14 = 20
    • NNPA_MATMUL_OP_BCAST23

      public static final NnpiCounters NNPA_MATMUL_OP_BCAST23
      Constant: 0x15 = 21
    • NNPA_Small_Batch

      public static final NnpiCounters NNPA_Small_Batch
      Constant: 0x16 = 22
    • NNPA_Large_Dimension

      public static final NnpiCounters NNPA_Large_Dimension
      Constant: 0x17 = 23
    • NNPA_Very_Small_Tensor

      public static final NnpiCounters NNPA_Very_Small_Tensor
      Constant: 0x18 = 24
    • NNPA_1M_Frame_Suitable

      public static final NnpiCounters NNPA_1M_Frame_Suitable
      Constant: 0x19 = 25
    • NNPA_2G_Frame_Suitable

      public static final NnpiCounters NNPA_2G_Frame_Suitable
      Constant: 0x1A = 26
    • NNPA_Access_Exception

      public static final NnpiCounters NNPA_Access_Exception
      Constant: 0x1B = 27
    • NOT_DEFINED

      public static final NnpiCounters NOT_DEFINED
      Not recognized
  • Method Details

    • values

      public static NnpiCounters[] 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 NnpiCounters 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
    • from

      public static NnpiCounters from(int value)
      Get the NnpiCounters for an integer value
      Parameters:
      value - the integer value
      Returns:
      the corresponding NnpiCounters