public static final enum
GraphTransferInfo.Destination
Protobuf enum tensorflow.GraphTransferInfo.Destination
Constants
int | HEXAGON_VALUE | HEXAGON = 1;
|
int | NOP_VALUE | NOP = 0;
|
Inherited Methods
final int |
compareTo(GraphTransferInfo.Destination arg0)
|
int |
compareTo(Object arg0)
|
final boolean |
equals(Object arg0)
|
final Class<GraphTransferInfo.Destination> |
getDeclaringClass()
|
final int |
hashCode()
|
final String |
name()
|
final int |
ordinal()
|
String |
toString()
|
static <T extends Enum<T>> T |
valueOf(Class<T> arg0, String arg1)
|
boolean |
equals(Object arg0)
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
abstract int |
compareTo(GraphTransferInfo.Destination arg0)
|
Enum Values
public static final GraphTransferInfo.Destination HEXAGON
HEXAGON = 1;
public static final GraphTransferInfo.Destination NOP
NOP = 0;
public static final GraphTransferInfo.Destination UNRECOGNIZED
Constants
public static final int HEXAGON_VALUE
HEXAGON = 1;
Constant Value:
1
public static final int NOP_VALUE
NOP = 0;
Constant Value:
0