public interface BundleHeaderProtoOrBuilder
extends org.nd4j.shade.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BundleHeaderProto.Endianness |
getEndianness()
.tensorflow.BundleHeaderProto.Endianness endianness = 2; |
int |
getEndiannessValue()
.tensorflow.BundleHeaderProto.Endianness endianness = 2; |
int |
getNumShards()
Number of data files in the bundle.
|
VersionDef |
getVersion()
Versioning of the tensor bundle format.
|
VersionDefOrBuilder |
getVersionOrBuilder()
Versioning of the tensor bundle format.
|
boolean |
hasVersion()
Versioning of the tensor bundle format.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getNumShards()
Number of data files in the bundle.
int32 num_shards = 1;int getEndiannessValue()
.tensorflow.BundleHeaderProto.Endianness endianness = 2;BundleHeaderProto.Endianness getEndianness()
.tensorflow.BundleHeaderProto.Endianness endianness = 2;boolean hasVersion()
Versioning of the tensor bundle format.
.tensorflow.VersionDef version = 3;VersionDef getVersion()
Versioning of the tensor bundle format.
.tensorflow.VersionDef version = 3;VersionDefOrBuilder getVersionOrBuilder()
Versioning of the tensor bundle format.
.tensorflow.VersionDef version = 3;Copyright © 2021. All rights reserved.