public static enum OnnxOperatorsProto3.OperatorProto.OperatorStatus extends Enum<OnnxOperatorsProto3.OperatorProto.OperatorStatus> implements com.github.os72.protobuf351.ProtocolMessageEnum
onnx.OperatorProto.OperatorStatus
Enum Constant and Description |
---|
EXPERIMENTAL
EXPERIMENTAL = 0; |
STABLE
STABLE = 1; |
UNRECOGNIZED |
Modifier and Type | Field and Description |
---|---|
static int |
EXPERIMENTAL_VALUE
EXPERIMENTAL = 0; |
static int |
STABLE_VALUE
STABLE = 1; |
Modifier and Type | Method and Description |
---|---|
static OnnxOperatorsProto3.OperatorProto.OperatorStatus |
forNumber(int value) |
static com.github.os72.protobuf351.Descriptors.EnumDescriptor |
getDescriptor() |
com.github.os72.protobuf351.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.github.os72.protobuf351.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.github.os72.protobuf351.Internal.EnumLiteMap<OnnxOperatorsProto3.OperatorProto.OperatorStatus> |
internalGetValueMap() |
static OnnxOperatorsProto3.OperatorProto.OperatorStatus |
valueOf(com.github.os72.protobuf351.Descriptors.EnumValueDescriptor desc) |
static OnnxOperatorsProto3.OperatorProto.OperatorStatus |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static OnnxOperatorsProto3.OperatorProto.OperatorStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OnnxOperatorsProto3.OperatorProto.OperatorStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OnnxOperatorsProto3.OperatorProto.OperatorStatus EXPERIMENTAL
EXPERIMENTAL = 0;
public static final OnnxOperatorsProto3.OperatorProto.OperatorStatus STABLE
STABLE = 1;
public static final OnnxOperatorsProto3.OperatorProto.OperatorStatus UNRECOGNIZED
public static final int EXPERIMENTAL_VALUE
EXPERIMENTAL = 0;
public static final int STABLE_VALUE
STABLE = 1;
public static OnnxOperatorsProto3.OperatorProto.OperatorStatus[] values()
for (OnnxOperatorsProto3.OperatorProto.OperatorStatus c : OnnxOperatorsProto3.OperatorProto.OperatorStatus.values()) System.out.println(c);
public static OnnxOperatorsProto3.OperatorProto.OperatorStatus valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface com.github.os72.protobuf351.Internal.EnumLite
getNumber
in interface com.github.os72.protobuf351.ProtocolMessageEnum
@Deprecated public static OnnxOperatorsProto3.OperatorProto.OperatorStatus valueOf(int value)
forNumber(int)
instead.public static OnnxOperatorsProto3.OperatorProto.OperatorStatus forNumber(int value)
public static com.github.os72.protobuf351.Internal.EnumLiteMap<OnnxOperatorsProto3.OperatorProto.OperatorStatus> internalGetValueMap()
public final com.github.os72.protobuf351.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.github.os72.protobuf351.ProtocolMessageEnum
public final com.github.os72.protobuf351.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.github.os72.protobuf351.ProtocolMessageEnum
public static final com.github.os72.protobuf351.Descriptors.EnumDescriptor getDescriptor()
public static OnnxOperatorsProto3.OperatorProto.OperatorStatus valueOf(com.github.os72.protobuf351.Descriptors.EnumValueDescriptor desc)
Copyright © 2018. All rights reserved.