BundleHeaderProto.Endianness

ציבורי סטטי סופי סופי 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

קבועים

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

שיטות בירושה

ערכים מנויים

סופי סטטי ציבורי BundleHeaderProto.Endianness BIG

BIG = 1;

Public static final BundleHeaderProto.Endianness LITTLE

LITTLE = 0;

סופי סטטי ציבורי BundleHeaderProto.Endianness UNRECOGNIZED

קבועים

סופי סטטי ציבורי BIG_VALUE

BIG = 1;

ערך קבוע: 1

ציבורי סטטי סופי int LITTLE_VALUE

LITTLE = 0;

ערך קבוע: 0