Package onnx
Enum OnnxMl.OperatorStatus
- java.lang.Object
-
- java.lang.Enum<OnnxMl.OperatorStatus>
-
- onnx.OnnxMl.OperatorStatus
-
- All Implemented Interfaces:
Serializable,Comparable<OnnxMl.OperatorStatus>,org.nd4j.shade.protobuf.Internal.EnumLite,org.nd4j.shade.protobuf.ProtocolMessageEnum
- Enclosing class:
- OnnxMl
public static enum OnnxMl.OperatorStatus extends Enum<OnnxMl.OperatorStatus> implements org.nd4j.shade.protobuf.ProtocolMessageEnum
Operator/function status.
Protobuf enumonnx.OperatorStatus
-
-
Enum Constant Summary
Enum Constants Enum Constant Description EXPERIMENTALEXPERIMENTAL = 0;STABLESTABLE = 1;UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intEXPERIMENTAL_VALUEEXPERIMENTAL = 0;static intSTABLE_VALUESTABLE = 1;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static OnnxMl.OperatorStatusforNumber(int value)static org.nd4j.shade.protobuf.Descriptors.EnumDescriptorgetDescriptor()org.nd4j.shade.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()org.nd4j.shade.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static org.nd4j.shade.protobuf.Internal.EnumLiteMap<OnnxMl.OperatorStatus>internalGetValueMap()static OnnxMl.OperatorStatusvalueOf(int value)Deprecated.static OnnxMl.OperatorStatusvalueOf(String name)Returns the enum constant of this type with the specified name.static OnnxMl.OperatorStatusvalueOf(org.nd4j.shade.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static OnnxMl.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 OnnxMl.OperatorStatus EXPERIMENTAL
EXPERIMENTAL = 0;
-
STABLE
public static final OnnxMl.OperatorStatus STABLE
STABLE = 1;
-
UNRECOGNIZED
public static final OnnxMl.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 OnnxMl.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 (OnnxMl.OperatorStatus c : OnnxMl.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 OnnxMl.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:
getNumberin interfaceorg.nd4j.shade.protobuf.Internal.EnumLite- Specified by:
getNumberin interfaceorg.nd4j.shade.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static OnnxMl.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 OnnxMl.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<OnnxMl.OperatorStatus> internalGetValueMap()
-
getValueDescriptor
public final org.nd4j.shade.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfaceorg.nd4j.shade.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final org.nd4j.shade.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfaceorg.nd4j.shade.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final org.nd4j.shade.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static OnnxMl.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
-
-