BundleHeaderProto.Endianness

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.
 
Protobuf enum tensorflow.BundleHeaderProto.Endianness

定数

整数BIG_VALUE BIG = 1;
整数LITTLE_VALUE LITTLE = 0;

継承されたメソッド

列挙値

public static Final BundleHeaderProto.Endianness BIG

BIG = 1;

public static Final BundleHeaderProto.Endianness LITTLE

LITTLE = 0;

public static Final BundleHeaderProto.Endiannessが認識されません

定数

パブリック静的最終整数BIG_VALUE

BIG = 1;

定数値: 1

パブリック静的最終整数LITTLE_VALUE

LITTLE = 0;

定数値: 0