Package onnx
Enum Onnx.OperatorStatus
- java.lang.Object
-
- java.lang.Enum<Onnx.OperatorStatus>
-
- onnx.Onnx.OperatorStatus
-
- All Implemented Interfaces:
Serializable
,Comparable<Onnx.OperatorStatus>
,org.nd4j.shade.protobuf.Internal.EnumLite
,org.nd4j.shade.protobuf.ProtocolMessageEnum
- Enclosing class:
- Onnx
public static enum Onnx.OperatorStatus extends Enum<Onnx.OperatorStatus> implements org.nd4j.shade.protobuf.ProtocolMessageEnum
Operator/function status.
Protobuf enumonnx.OperatorStatus
-
-
Enum Constant Summary
Enum Constants Enum Constant Description EXPERIMENTAL
EXPERIMENTAL = 0;
STABLE
STABLE = 1;
UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static int
EXPERIMENTAL_VALUE
EXPERIMENTAL = 0;
static int
STABLE_VALUE
STABLE = 1;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Onnx.OperatorStatus
forNumber(int value)
static org.nd4j.shade.protobuf.Descriptors.EnumDescriptor
getDescriptor()
org.nd4j.shade.protobuf.Descriptors.EnumDescriptor
getDescriptorForType()
int
getNumber()
org.nd4j.shade.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor()
static org.nd4j.shade.protobuf.Internal.EnumLiteMap<Onnx.OperatorStatus>
internalGetValueMap()
static Onnx.OperatorStatus
valueOf(int value)
Deprecated.static Onnx.OperatorStatus
valueOf(String name)
Returns the enum constant of this type with the specified name.static Onnx.OperatorStatus
valueOf(org.nd4j.shade.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Onnx.OperatorStatus[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
EXPERIMENTAL
public static final Onnx.OperatorStatus EXPERIMENTAL
EXPERIMENTAL = 0;
-
STABLE
public static final Onnx.OperatorStatus STABLE
STABLE = 1;
-
UNRECOGNIZED
public static final Onnx.OperatorStatus UNRECOGNIZED
-
-
Field Detail
-
EXPERIMENTAL_VALUE
public static final int EXPERIMENTAL_VALUE
EXPERIMENTAL = 0;
- See Also:
- Constant Field Values
-
STABLE_VALUE
public static final int STABLE_VALUE
STABLE = 1;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static Onnx.OperatorStatus[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Onnx.OperatorStatus c : Onnx.OperatorStatus.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Onnx.OperatorStatus 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 nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumber
in interfaceorg.nd4j.shade.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfaceorg.nd4j.shade.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static Onnx.OperatorStatus valueOf(int value)
Deprecated.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:
value
- 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 nameNullPointerException
- if the argument is null
-
forNumber
public static Onnx.OperatorStatus forNumber(int value)
- Parameters:
value
- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static org.nd4j.shade.protobuf.Internal.EnumLiteMap<Onnx.OperatorStatus> internalGetValueMap()
-
getValueDescriptor
public final org.nd4j.shade.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptor
in interfaceorg.nd4j.shade.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final org.nd4j.shade.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfaceorg.nd4j.shade.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final org.nd4j.shade.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static Onnx.OperatorStatus valueOf(org.nd4j.shade.protobuf.Descriptors.EnumValueDescriptor desc)
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:
desc
- 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 nameNullPointerException
- if the argument is null
-
-