Enum BundleHeaderProto.Endianness

java.lang.Object
java.lang.Enum<BundleHeaderProto.Endianness>
org.tensorflow.proto.BundleHeaderProto.Endianness
All Implemented Interfaces:
Internal.EnumLite, ProtocolMessageEnum, Serializable, Comparable<BundleHeaderProto.Endianness>
Enclosing class:
BundleHeaderProto

public static enum BundleHeaderProto.Endianness extends Enum<BundleHeaderProto.Endianness> implements ProtocolMessageEnum
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