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.
tensorflow.BundleHeaderProto.Endianness
enum tensorflow.BundleHeaderProto.Endianness
Constantes
int | BIG_VALUE | BIG = 1; |
int | LITTLE_VALUE | LITTLE = 0; |
Métodos herdados
final int | compareTo ( BundleHeaderProto.Endianness arg0) |
int | compareTo (Object arg0) |
final booleano | igual a (objeto arg0) |
classe final < BundleHeaderProto.Endianness > | getDeclaringClass () |
final int | hashCode () |
corda final | nome () |
final int | ordinal () |
Fragmento | toString () |
static <T extends Enum <T>> T | valueOf (Classe <T> arg0, String arg1) |
boleano | igual a (objeto arg0) |
aula final <?> | getClass () |
int | hashCode () |
vazio final | notificar () |
vazio final | notificar tudo () |
Fragmento | toString () |
vazio final | espera (long arg0, int arg1) |
vazio final | espera (long arg0) |
vazio final | espera () |
abstrato int | compareTo ( BundleHeaderProto.Endianness arg0) |
Valores Enum
public static final BundleHeaderProto.Endianness BIG
BIG = 1;
public static final BundleHeaderProto.Endianness LITTLE
LITTLE = 0;
public static final BundleHeaderProto.Endianness UNRECOGNIZED
Constantes
public static final int BIG_VALUE
BIG = 1;
Valor Constante: 1
public static final int LITTLE_VALUE
LITTLE = 0;
Valor constante: 0