BundleHeaderProtoOrBuilder

パブリック インターフェイスBundleHeaderProtoOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象BundleHeaderProto.Endianness
getエンディアンネス()
.tensorflow.BundleHeaderProto.Endianness endianness = 2;
抽象整数
getEndiannessValue ()
.tensorflow.BundleHeaderProto.Endianness endianness = 2;
抽象整数
getNumShards ()
 Number of data files in the bundle.
抽象的なバージョン定義
getバージョン()
 Versioning of the tensor bundle format.
抽象VersionDefOrBuilder
getVersionOrBuilder ()
 Versioning of the tensor bundle format.
抽象ブール値
hasVersion ()
 Versioning of the tensor bundle format.

パブリックメソッド

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;

パブリック抽象VersionDef getVersion ()

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

パブリック抽象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;