BundleHeaderProto.Endianness

public static final enum BundleHeaderProto.Endianness

 An enum indicating the endianness of the platform that produced this
 bundle.  A bundle can only be read by a platform with matching endianness.
 Defaults to LITTLE, as most modern platforms are little-endian.
 Affects the binary tensor data bytes only, not the metadata in protobufs.
 
Protobuf enum tensorflow.BundleHeaderProto.Endianness

Constants

int BIG_VALUE BIG = 1;
int LITTLE_VALUE LITTLE = 0;

Inherited Methods

final int
int
compareTo(Object arg0)
final boolean
equals(Object arg0)
final Class<BundleHeaderProto.Endianness>
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

Enum Values

public static final BundleHeaderProto.Endianness BIG

BIG = 1;

public static final BundleHeaderProto.Endianness LITTLE

LITTLE = 0;

public static final BundleHeaderProto.Endianness UNRECOGNIZED

Constants

public static final int BIG_VALUE

BIG = 1;

Constant Value: 1

public static final int LITTLE_VALUE

LITTLE = 0;

Constant Value: 0