enumerazione finale statica pubblica 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
Costanti
int | BIG_VALUE | BIG = 1; |
int | PICCOLO_VALORE | LITTLE = 0; |
Metodi ereditati
finale int | compareTo ( BundleHeaderProto.Endianness arg0) |
int | confrontaCon (Oggetto arg0) |
booleano finale | è uguale a (Oggetto arg0) |
Classe finale< BundleHeaderProto.Endianness > | getDeclaringClass () |
finale int | codicehash () |
stringa finale | nome () |
finale int | ordinale () |
Corda | aStringa () |
statico <T estende Enum<T>> T | valoreOf (Classe<T> arg0, Stringa arg1) |
booleano | è uguale a (Oggetto arg0) |
Classe finale<?> | getClass () |
int | codicehash () |
vuoto finale | avvisare () |
vuoto finale | notificaTutti () |
Corda | aStringa () |
vuoto finale | attendere (lungo arg0, int arg1) |
vuoto finale | aspetta (lungo arg0) |
vuoto finale | Aspettare () |
astratto int | compareTo ( BundleHeaderProto.Endianness arg0) |
Valori di enumerazione
finale statico pubblico BundleHeaderProto.Endianness BIG
BIG = 1;
public static final BundleHeaderProto.Endianness LITTLE
LITTLE = 0;
public static final BundleHeaderProto.Endianness NON RICONOSCIUTO
Costanti
public static final int BIG_VALUE
BIG = 1;
Valore costante: 1
public static final int LITTLE_VALUE
LITTLE = 0;
Valore costante: 0