BundleHeaderProtoOrBuilder

interface pública BundleHeaderProtoOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

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

Métodos Públicos

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;