BundleHeaderProtoOrBuilder

public interface BundleHeaderProtoOrBuilder
Known Indirect Subclasses

Public Methods

abstract BundleHeaderProto.Endianness
getEndianness()
.tensorflow.BundleHeaderProto.Endianness endianness = 2;
abstract int
getEndiannessValue()
.tensorflow.BundleHeaderProto.Endianness endianness = 2;
abstract int
getNumShards()
 Number of data files in the bundle.
abstract VersionDef
getVersion()
 Versioning of the tensor bundle format.
abstract VersionDefOrBuilder
getVersionOrBuilder()
 Versioning of the tensor bundle format.
abstract boolean
hasVersion()
 Versioning of the tensor bundle format.

Public Methods

public abstract BundleHeaderProto.Endianness getEndianness ()

.tensorflow.BundleHeaderProto.Endianness endianness = 2;

public abstract int getEndiannessValue ()

.tensorflow.BundleHeaderProto.Endianness endianness = 2;

public abstract int getNumShards ()

 Number of data files in the bundle.
 
int32 num_shards = 1;

public abstract VersionDef getVersion ()

 Versioning of the tensor bundle format.
 
.tensorflow.VersionDef version = 3;

public abstract VersionDefOrBuilder getVersionOrBuilder ()

 Versioning of the tensor bundle format.
 
.tensorflow.VersionDef version = 3;

public abstract boolean hasVersion ()

 Versioning of the tensor bundle format.
 
.tensorflow.VersionDef version = 3;