BundleHeaderProto.Endianness

énumération finale statique publique 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

Constantes

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

Méthodes héritées

Valeurs d'énumération

public statique final BundleHeaderProto.Endianness BIG

BIG = 1;

public statique final BundleHeaderProto.Endianness PEU

LITTLE = 0;

public static final BundleHeaderProto.Endianness NON RECONNU

Constantes

public statique final int BIG_VALUE

BIG = 1;

Valeur constante : 1

public statique final int LITTLE_VALUE

LITTLE = 0;

Valeur constante : 0