BundleHeaderProto.Endianness

สาธารณะคงที่สุดท้าย 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

ค่าคงที่

ภายใน ใหญ่_VALUE BIG = 1;
ภายใน LITTLE_VALUE LITTLE = 0;

วิธีการสืบทอด

ค่าแจงนับ

BundleHeaderProto.Endianness สุดท้ายแบบคงที่สาธารณะ ใหญ่

BIG = 1;

BundleHeaderProto.Endianness สุดท้ายแบบคงที่สาธารณะ LITTLE

LITTLE = 0;

BundleHeaderProto.Endianness สุดท้ายแบบคงที่สาธารณะ ไม่ได้รับการยอมรับ

ค่าคงที่

สาธารณะคงสุดท้าย int BIG_VALUE

BIG = 1;

ค่าคงที่: 1

สาธารณะคงที่สุดท้าย int LITTLE_VALUE

LITTLE = 0;

ค่าคงที่: 0