public static enum GraphTransferInfo.Destination extends Enum<GraphTransferInfo.Destination> implements com.github.os72.protobuf351.ProtocolMessageEnum
tensorflow.GraphTransferInfo.Destination| Enum Constant and Description |
|---|
HEXAGON
HEXAGON = 1; |
NOP
NOP = 0; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
HEXAGON_VALUE
HEXAGON = 1; |
static int |
NOP_VALUE
NOP = 0; |
| Modifier and Type | Method and Description |
|---|---|
static GraphTransferInfo.Destination |
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<GraphTransferInfo.Destination> |
internalGetValueMap() |
static GraphTransferInfo.Destination |
valueOf(com.github.os72.protobuf351.Descriptors.EnumValueDescriptor desc) |
static GraphTransferInfo.Destination |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static GraphTransferInfo.Destination |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphTransferInfo.Destination[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphTransferInfo.Destination NOP
NOP = 0;public static final GraphTransferInfo.Destination HEXAGON
HEXAGON = 1;public static final GraphTransferInfo.Destination UNRECOGNIZED
public static final int NOP_VALUE
NOP = 0;public static final int HEXAGON_VALUE
HEXAGON = 1;public static GraphTransferInfo.Destination[] values()
for (GraphTransferInfo.Destination c : GraphTransferInfo.Destination.values()) System.out.println(c);
public static GraphTransferInfo.Destination 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.EnumLitegetNumber in interface com.github.os72.protobuf351.ProtocolMessageEnum@Deprecated public static GraphTransferInfo.Destination valueOf(int value)
forNumber(int) instead.public static GraphTransferInfo.Destination forNumber(int value)
public static com.github.os72.protobuf351.Internal.EnumLiteMap<GraphTransferInfo.Destination> internalGetValueMap()
public final com.github.os72.protobuf351.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.github.os72.protobuf351.ProtocolMessageEnumpublic final com.github.os72.protobuf351.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.github.os72.protobuf351.ProtocolMessageEnumpublic static final com.github.os72.protobuf351.Descriptors.EnumDescriptor getDescriptor()
public static GraphTransferInfo.Destination valueOf(com.github.os72.protobuf351.Descriptors.EnumValueDescriptor desc)
Copyright © 2018. All rights reserved.