Package org.tensorflow.framework
Enum GraphTransferInfo.Destination
- java.lang.Object
-
- java.lang.Enum<GraphTransferInfo.Destination>
-
- org.tensorflow.framework.GraphTransferInfo.Destination
-
- All Implemented Interfaces:
Serializable,Comparable<GraphTransferInfo.Destination>,org.nd4j.shade.protobuf.Internal.EnumLite,org.nd4j.shade.protobuf.ProtocolMessageEnum
- Enclosing class:
- GraphTransferInfo
public static enum GraphTransferInfo.Destination extends Enum<GraphTransferInfo.Destination> implements org.nd4j.shade.protobuf.ProtocolMessageEnum
Protobuf enumtensorflow.GraphTransferInfo.Destination
-
-
Enum Constant Summary
Enum Constants Enum Constant Description HEXAGONHEXAGON = 1;NOPNOP = 0;UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intHEXAGON_VALUEHEXAGON = 1;static intNOP_VALUENOP = 0;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static GraphTransferInfo.DestinationforNumber(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<GraphTransferInfo.Destination>internalGetValueMap()static GraphTransferInfo.DestinationvalueOf(int value)Deprecated.static GraphTransferInfo.DestinationvalueOf(String name)Returns the enum constant of this type with the specified name.static GraphTransferInfo.DestinationvalueOf(org.nd4j.shade.protobuf.Descriptors.EnumValueDescriptor desc)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.
-
-
-
Enum Constant Detail
-
NOP
public static final GraphTransferInfo.Destination NOP
NOP = 0;
-
HEXAGON
public static final GraphTransferInfo.Destination HEXAGON
HEXAGON = 1;
-
UNRECOGNIZED
public static final GraphTransferInfo.Destination UNRECOGNIZED
-
-
Field Detail
-
NOP_VALUE
public static final int NOP_VALUE
NOP = 0;- See Also:
- Constant Field Values
-
HEXAGON_VALUE
public static final int HEXAGON_VALUE
HEXAGON = 1;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static GraphTransferInfo.Destination[] 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 (GraphTransferInfo.Destination c : GraphTransferInfo.Destination.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static GraphTransferInfo.Destination 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 GraphTransferInfo.Destination 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 GraphTransferInfo.Destination 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<GraphTransferInfo.Destination> 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 GraphTransferInfo.Destination 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
-
-