genel statik son sınıf BundleEntryProto.Builder
Describes the metadata related to a checkpointed tensor.
tensorflow.BundleEntryProto Genel Yöntemler
| BundleEntryProto.Builder | addAllSlices (Yinelenebilir<? TensorSliceProto > değerlerini genişletir) Iff present, this entry represents a partitioned tensor. |
| BundleEntryProto.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri) |
| BundleEntryProto.Builder | addSlices (int dizini, TensorSliceProto.Builder builderForValue) Iff present, this entry represents a partitioned tensor. |
| BundleEntryProto.Builder | addSlices ( TensorSliceProto.Builder builderForValue) Iff present, this entry represents a partitioned tensor. |
| BundleEntryProto.Builder | |
| BundleEntryProto.Builder | addSlices (int dizini, TensorSliceProto değeri) Iff present, this entry represents a partitioned tensor. |
| TensorSliceProto.Builder | addSlicesBuilder (int dizini) Iff present, this entry represents a partitioned tensor. |
| TensorSliceProto.Builder | addSlicesBuilder () Iff present, this entry represents a partitioned tensor. |
| Paket Giriş Protokolü | inşa etmek () |
| Paket Giriş Protokolü | inşaKısmi () |
| BundleEntryProto.Builder | temizlemek () |
| BundleEntryProto.Builder | clearCrc32C () The CRC32C checksum of the tensor bytes. |
| BundleEntryProto.Builder | clearDtype () The tensor dtype and shape. |
| BundleEntryProto.Builder | clearField (com.google.protobuf.Descriptors.FieldDescriptor alanı) |
| BundleEntryProto.Builder | clearOffset () int64 offset = 4; |
| BundleEntryProto.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
| BundleEntryProto.Builder | clearShape () .tensorflow.TensorShapeProto shape = 2; |
| BundleEntryProto.Builder | clearShardID () The binary content of the tensor lies in: File "shard_id": bytes [offset, offset + size). |
| BundleEntryProto.Builder | clearBoyut () int64 size = 5; |
| BundleEntryProto.Builder | clearSlices () Iff present, this entry represents a partitioned tensor. |
| BundleEntryProto.Builder | klon () |
| int | getCrc32C () The CRC32C checksum of the tensor bytes. |
| Paket Giriş Protokolü | |
| final statik com.google.protobuf.Descriptors.Descriptor | |
| com.google.protobuf.Descriptors.Descriptor | |
| Veri Türü | getDtype () The tensor dtype and shape. |
| int | getDtypeValue () The tensor dtype and shape. |
| uzun | getOffset () int64 offset = 4; |
| TensorShapeProto | getShape () .tensorflow.TensorShapeProto shape = 2; |
| TensorShapeProto.Builder | getShapeBuilder () .tensorflow.TensorShapeProto shape = 2; |
| TensorShapeProtoOrBuilder | getShapeOrBuilder () .tensorflow.TensorShapeProto shape = 2; |
| int | getShardId () The binary content of the tensor lies in: File "shard_id": bytes [offset, offset + size). |
| uzun | getSize () int64 size = 5; |
| Tensör DilimProto | getSlices (int dizini) Iff present, this entry represents a partitioned tensor. |
| TensorSliceProto.Builder | getSlicesBuilder (int dizini) Iff present, this entry represents a partitioned tensor. |
| Liste< TensorSliceProto.Builder > | getSlicesBuilderList () Iff present, this entry represents a partitioned tensor. |
| int | getSlicesCount () Iff present, this entry represents a partitioned tensor. |
| Listele< TensorSliceProto > | getSlicesList () Iff present, this entry represents a partitioned tensor. |
| TensorSliceProtoOrBuilder | getSlicesOrBuilder (int dizini) Iff present, this entry represents a partitioned tensor. |
| Liste<? TensorSliceProtoOrBuilder'ı genişletiyor > | getSlicesOrBuilderList () Iff present, this entry represents a partitioned tensor. |
| boolean | hasShape () .tensorflow.TensorShapeProto shape = 2; |
| son boole değeri | Başlatıldı () |
| BundleEntryProto.Builder | mergeFrom (com.google.protobuf.Message other) |
| BundleEntryProto.Builder | mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| BundleEntryProto.Builder | |
| son BundleEntryProto.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields) |
| BundleEntryProto.Builder | RemoveSlices (int dizini) Iff present, this entry represents a partitioned tensor. |
| BundleEntryProto.Builder | setCrc32C (int değeri) The CRC32C checksum of the tensor bytes. |
| BundleEntryProto.Builder | |
| BundleEntryProto.Builder | setDtypeValue (int değeri) The tensor dtype and shape. |
| BundleEntryProto.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri) |
| BundleEntryProto.Builder | setOffset (uzun değer) int64 offset = 4; |
| BundleEntryProto.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, int dizini, Nesne değeri) |
| BundleEntryProto.Builder | |
| BundleEntryProto.Builder | |
| BundleEntryProto.Builder | setShardId (int değeri) The binary content of the tensor lies in: File "shard_id": bytes [offset, offset + size). |
| BundleEntryProto.Builder | setSize (uzun değer) int64 size = 5; |
| BundleEntryProto.Builder | setSlices (int dizini, TensorSliceProto.Builder builderForValue) Iff present, this entry represents a partitioned tensor. |
| BundleEntryProto.Builder | setSlices (int dizini, TensorSliceProto değeri) Iff present, this entry represents a partitioned tensor. |
| son BundleEntryProto.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet bilinmeyenFields) |
Kalıtsal Yöntemler
Genel Yöntemler
public BundleEntryProto.Builder addAllSlices (Yinelenebilir<? TensorSliceProto > değerlerini genişletir)
Iff present, this entry represents a partitioned tensor. The previous
fields are interpreted as follows:
"dtype", "shape": describe the full tensor.
"shard_id", "offset", "size", "crc32c": all IGNORED.
These information for each slice can be looked up in their own
BundleEntryProto, keyed by each "slice_name".
repeated .tensorflow.TensorSliceProto slices = 7; public BundleEntryProto.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)
public BundleEntryProto.Builder addSlices (int dizini, TensorSliceProto.Builder builderForValue)
Iff present, this entry represents a partitioned tensor. The previous
fields are interpreted as follows:
"dtype", "shape": describe the full tensor.
"shard_id", "offset", "size", "crc32c": all IGNORED.
These information for each slice can be looked up in their own
BundleEntryProto, keyed by each "slice_name".
repeated .tensorflow.TensorSliceProto slices = 7; public BundleEntryProto.Builder addSlices ( TensorSliceProto.Builder builderForValue)
Iff present, this entry represents a partitioned tensor. The previous
fields are interpreted as follows:
"dtype", "shape": describe the full tensor.
"shard_id", "offset", "size", "crc32c": all IGNORED.
These information for each slice can be looked up in their own
BundleEntryProto, keyed by each "slice_name".
repeated .tensorflow.TensorSliceProto slices = 7; public BundleEntryProto.Builder addSlices ( TensorSliceProto değeri)
Iff present, this entry represents a partitioned tensor. The previous
fields are interpreted as follows:
"dtype", "shape": describe the full tensor.
"shard_id", "offset", "size", "crc32c": all IGNORED.
These information for each slice can be looked up in their own
BundleEntryProto, keyed by each "slice_name".
repeated .tensorflow.TensorSliceProto slices = 7; public BundleEntryProto.Builder addSlices (int dizini, TensorSliceProto değeri)
Iff present, this entry represents a partitioned tensor. The previous
fields are interpreted as follows:
"dtype", "shape": describe the full tensor.
"shard_id", "offset", "size", "crc32c": all IGNORED.
These information for each slice can be looked up in their own
BundleEntryProto, keyed by each "slice_name".
repeated .tensorflow.TensorSliceProto slices = 7; public TensorSliceProto.Builder addSlicesBuilder (int dizini)
Iff present, this entry represents a partitioned tensor. The previous
fields are interpreted as follows:
"dtype", "shape": describe the full tensor.
"shard_id", "offset", "size", "crc32c": all IGNORED.
These information for each slice can be looked up in their own
BundleEntryProto, keyed by each "slice_name".
repeated .tensorflow.TensorSliceProto slices = 7; herkese açık TensorSliceProto.Builder addSlicesBuilder ()
Iff present, this entry represents a partitioned tensor. The previous
fields are interpreted as follows:
"dtype", "shape": describe the full tensor.
"shard_id", "offset", "size", "crc32c": all IGNORED.
These information for each slice can be looked up in their own
BundleEntryProto, keyed by each "slice_name".
repeated .tensorflow.TensorSliceProto slices = 7; genel BundleEntryProto.Builder clearCrc32C ()
The CRC32C checksum of the tensor bytes.
fixed32 crc32c = 6; public BundleEntryProto.Builder clearDtype ()
The tensor dtype and shape.
.tensorflow.DataType dtype = 1; public BundleEntryProto.Builder clearShardId ()
The binary content of the tensor lies in: File "shard_id": bytes [offset, offset + size).
int32 shard_id = 3; herkese açık BundleEntryProto.Builder clearSlices ()
Iff present, this entry represents a partitioned tensor. The previous
fields are interpreted as follows:
"dtype", "shape": describe the full tensor.
"shard_id", "offset", "size", "crc32c": all IGNORED.
These information for each slice can be looked up in their own
BundleEntryProto, keyed by each "slice_name".
repeated .tensorflow.TensorSliceProto slices = 7; genel int getCrc32C ()
The CRC32C checksum of the tensor bytes.
fixed32 crc32c = 6; public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public int getDtypeValue ()
The tensor dtype and shape.
.tensorflow.DataType dtype = 1; genel uzun getOffset ()
int64 offset = 4;
public int getShardId ()
The binary content of the tensor lies in: File "shard_id": bytes [offset, offset + size).
int32 shard_id = 3; halka açık uzun getSize ()
int64 size = 5;
genel TensorSliceProto getSlices (int dizini)
Iff present, this entry represents a partitioned tensor. The previous
fields are interpreted as follows:
"dtype", "shape": describe the full tensor.
"shard_id", "offset", "size", "crc32c": all IGNORED.
These information for each slice can be looked up in their own
BundleEntryProto, keyed by each "slice_name".
repeated .tensorflow.TensorSliceProto slices = 7; public TensorSliceProto.Builder getSlicesBuilder (int dizini)
Iff present, this entry represents a partitioned tensor. The previous
fields are interpreted as follows:
"dtype", "shape": describe the full tensor.
"shard_id", "offset", "size", "crc32c": all IGNORED.
These information for each slice can be looked up in their own
BundleEntryProto, keyed by each "slice_name".
repeated .tensorflow.TensorSliceProto slices = 7; genel Liste< TensorSliceProto.Builder > getSlicesBuilderList ()
Iff present, this entry represents a partitioned tensor. The previous
fields are interpreted as follows:
"dtype", "shape": describe the full tensor.
"shard_id", "offset", "size", "crc32c": all IGNORED.
These information for each slice can be looked up in their own
BundleEntryProto, keyed by each "slice_name".
repeated .tensorflow.TensorSliceProto slices = 7; public int getSlicesCount ()
Iff present, this entry represents a partitioned tensor. The previous
fields are interpreted as follows:
"dtype", "shape": describe the full tensor.
"shard_id", "offset", "size", "crc32c": all IGNORED.
These information for each slice can be looked up in their own
BundleEntryProto, keyed by each "slice_name".
repeated .tensorflow.TensorSliceProto slices = 7; genel Liste< TensorSliceProto > getSlicesList ()
Iff present, this entry represents a partitioned tensor. The previous
fields are interpreted as follows:
"dtype", "shape": describe the full tensor.
"shard_id", "offset", "size", "crc32c": all IGNORED.
These information for each slice can be looked up in their own
BundleEntryProto, keyed by each "slice_name".
repeated .tensorflow.TensorSliceProto slices = 7; genel TensorSliceProtoOrBuilder getSlicesOrBuilder (int dizini)
Iff present, this entry represents a partitioned tensor. The previous
fields are interpreted as follows:
"dtype", "shape": describe the full tensor.
"shard_id", "offset", "size", "crc32c": all IGNORED.
These information for each slice can be looked up in their own
BundleEntryProto, keyed by each "slice_name".
repeated .tensorflow.TensorSliceProto slices = 7; genel liste<? TensorSliceProtoOrBuilder'ı genişletir > getSlicesOrBuilderList ()
Iff present, this entry represents a partitioned tensor. The previous
fields are interpreted as follows:
"dtype", "shape": describe the full tensor.
"shard_id", "offset", "size", "crc32c": all IGNORED.
These information for each slice can be looked up in their own
BundleEntryProto, keyed by each "slice_name".
repeated .tensorflow.TensorSliceProto slices = 7; genel boolean hasShape ()
.tensorflow.TensorShapeProto shape = 2;
genel final boolean isInitialized ()
public BundleEntryProto.Builder mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
| IO İstisnası |
|---|
public BundleEntryProto.Builder mergeShape ( TensorShapeProto değeri)
.tensorflow.TensorShapeProto shape = 2;
genel final BundleEntryProto.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)
public BundleEntryProto.Builder RemoveSlices (int dizini)
Iff present, this entry represents a partitioned tensor. The previous
fields are interpreted as follows:
"dtype", "shape": describe the full tensor.
"shard_id", "offset", "size", "crc32c": all IGNORED.
These information for each slice can be looked up in their own
BundleEntryProto, keyed by each "slice_name".
repeated .tensorflow.TensorSliceProto slices = 7; public BundleEntryProto.Builder setCrc32C (int değeri)
The CRC32C checksum of the tensor bytes.
fixed32 crc32c = 6; public BundleEntryProto.Builder setDtype ( DataType değeri)
The tensor dtype and shape.
.tensorflow.DataType dtype = 1; public BundleEntryProto.Builder setDtypeValue (int değeri)
The tensor dtype and shape.
.tensorflow.DataType dtype = 1; public BundleEntryProto.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)
public BundleEntryProto.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, int dizini, Nesne değeri)
public BundleEntryProto.Builder setShape ( TensorShapeProto değeri)
.tensorflow.TensorShapeProto shape = 2;
public BundleEntryProto.Builder setShape ( TensorShapeProto.Builder builderForValue)
.tensorflow.TensorShapeProto shape = 2;
public BundleEntryProto.Builder setShardId (int değeri)
The binary content of the tensor lies in: File "shard_id": bytes [offset, offset + size).
int32 shard_id = 3; public BundleEntryProto.Builder setSlices (int dizini, TensorSliceProto.Builder builderForValue)
Iff present, this entry represents a partitioned tensor. The previous
fields are interpreted as follows:
"dtype", "shape": describe the full tensor.
"shard_id", "offset", "size", "crc32c": all IGNORED.
These information for each slice can be looked up in their own
BundleEntryProto, keyed by each "slice_name".
repeated .tensorflow.TensorSliceProto slices = 7; public BundleEntryProto.Builder setSlices (int dizini, TensorSliceProto değeri)
Iff present, this entry represents a partitioned tensor. The previous
fields are interpreted as follows:
"dtype", "shape": describe the full tensor.
"shard_id", "offset", "size", "crc32c": all IGNORED.
These information for each slice can be looked up in their own
BundleEntryProto, keyed by each "slice_name".
repeated .tensorflow.TensorSliceProto slices = 7;