Uses of Enum
org.tensorflow.proto.BundleHeaderProto.Endianness
Packages that use BundleHeaderProto.Endianness
-
Uses of BundleHeaderProto.Endianness in org.tensorflow.proto
Subclasses with type arguments of type BundleHeaderProto.Endianness in org.tensorflow.protoModifier and TypeClassDescriptionstatic enumAn enum indicating the endianness of the platform that produced this bundle.Methods in org.tensorflow.proto that return BundleHeaderProto.EndiannessModifier and TypeMethodDescriptionstatic BundleHeaderProto.EndiannessBundleHeaderProto.Endianness.forNumber(int value) BundleHeaderProto.Builder.getEndianness().tensorflow.BundleHeaderProto.Endianness endianness = 2;BundleHeaderProto.getEndianness().tensorflow.BundleHeaderProto.Endianness endianness = 2;BundleHeaderProtoOrBuilder.getEndianness().tensorflow.BundleHeaderProto.Endianness endianness = 2;static BundleHeaderProto.EndiannessBundleHeaderProto.Endianness.valueOf(int value) Deprecated.static BundleHeaderProto.EndiannessBundleHeaderProto.Endianness.valueOf(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static BundleHeaderProto.EndiannessReturns the enum constant of this type with the specified name.static BundleHeaderProto.Endianness[]BundleHeaderProto.Endianness.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tensorflow.proto that return types with arguments of type BundleHeaderProto.EndiannessMethods in org.tensorflow.proto with parameters of type BundleHeaderProto.EndiannessModifier and TypeMethodDescriptionBundleHeaderProto.Builder.setEndianness(BundleHeaderProto.Endianness value) .tensorflow.BundleHeaderProto.Endianness endianness = 2;