パブリック静的最終クラスBundleEntryProto.Builder
Describes the metadata related to a checkpointed tensor.
tensorflow.BundleEntryProto パブリックメソッド
| BundleEntryProto.Builder | addAllSlices (Iterable<? extends TensorSliceProto > 値) Iff present, this entry represents a partitioned tensor. |
| BundleEntryProto.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値) |
| BundleEntryProto.Builder | addSlices (int インデックス、 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 | |
| TensorSliceProto.Builder | addSlicesBuilder (int インデックス) Iff present, this entry represents a partitioned tensor. |
| TensorSliceProto.Builder | addSlicesBuilder () Iff present, this entry represents a partitioned tensor. |
| バンドルエントリープロト | 建てる() |
| バンドルエントリープロト | buildPartial () |
| BundleEntryProto.Builder | クリア() |
| BundleEntryProto.Builder | クリアCrc32C () The CRC32C checksum of the tensor bytes. |
| BundleEntryProto.Builder | クリアDtype () The tensor dtype and shape. |
| BundleEntryProto.Builder | clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド) |
| BundleEntryProto.Builder | クリアオフセット() int64 offset = 4; |
| BundleEntryProto.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
| BundleEntryProto.Builder | クリアシェイプ() .tensorflow.TensorShapeProto shape = 2; |
| BundleEntryProto.Builder | クリアシャードID () The binary content of the tensor lies in: File "shard_id": bytes [offset, offset + size). |
| BundleEntryProto.Builder | クリアサイズ() int64 size = 5; |
| BundleEntryProto.Builder | クリアスライス() Iff present, this entry represents a partitioned tensor. |
| BundleEntryProto.Builder | クローン() |
| 整数 | getCrc32C () The CRC32C checksum of the tensor bytes. |
| バンドルエントリープロト | |
| 最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
| com.google.protobuf.Descriptors.Descriptor | |
| データ型 | getDtype () The tensor dtype and shape. |
| 整数 | getDtypeValue () The tensor dtype and shape. |
| 長さ | getOffset () int64 offset = 4; |
| テンソル形状プロト | getShape () .tensorflow.TensorShapeProto shape = 2; |
| TensorShapeProto.Builder | getShapeBuilder () .tensorflow.TensorShapeProto shape = 2; |
| TensorShapeProtoOrBuilder | getShapeOrBuilder () .tensorflow.TensorShapeProto shape = 2; |
| 整数 | getShardId () The binary content of the tensor lies in: File "shard_id": bytes [offset, offset + size). |
| 長さ | getSize () int64 size = 5; |
| テンソルスライスプロト | getSlices (int インデックス) Iff present, this entry represents a partitioned tensor. |
| TensorSliceProto.Builder | getSlicesBuilder (int インデックス) Iff present, this entry represents a partitioned tensor. |
| リスト< TensorSliceProto.Builder > | getSlicesBuilderList () Iff present, this entry represents a partitioned tensor. |
| 整数 | getスライス数() Iff present, this entry represents a partitioned tensor. |
| リスト< TensorSliceProto > | getSlicesList () Iff present, this entry represents a partitioned tensor. |
| TensorSliceProtoOrBuilder | getSlicesOrBuilder (int インデックス) Iff present, this entry represents a partitioned tensor. |
| リスト<? TensorSliceProtoOrBuilderを拡張 > | getSlicesOrBuilderList () Iff present, this entry represents a partitioned tensor. |
| ブール値 | hasShape () .tensorflow.TensorShapeProto shape = 2; |
| 最終ブール値 | |
| BundleEntryProto.Builder | mergeFrom (com.google.protobuf.Message other) |
| BundleEntryProto.Builder | mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| BundleEntryProto.Builder | |
| 最終BundleEntryProto.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド) |
| BundleEntryProto.Builder | RemoveSlices (int インデックス) Iff present, this entry represents a partitioned tensor. |
| BundleEntryProto.Builder | setCrc32C (int 値) The CRC32C checksum of the tensor bytes. |
| BundleEntryProto.Builder | |
| BundleEntryProto.Builder | setDtypeValue (int 値) The tensor dtype and shape. |
| BundleEntryProto.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値) |
| BundleEntryProto.Builder | setOffset (長い値) int64 offset = 4; |
| BundleEntryProto.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値) |
| BundleEntryProto.Builder | |
| BundleEntryProto.Builder | |
| BundleEntryProto.Builder | setShardId (int 値) The binary content of the tensor lies in: File "shard_id": bytes [offset, offset + size). |
| BundleEntryProto.Builder | setSize (長い値) int64 size = 5; |
| BundleEntryProto.Builder | setSlices (int インデックス、 TensorSliceProto.Builder builderForValue) Iff present, this entry represents a partitioned tensor. |
| BundleEntryProto.Builder | |
| 最終BundleEntryProto.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
継承されたメソッド
パブリックメソッド
public BundleEntryProto.Builder addAllSlices (Iterable<? extends TensorSliceProto > 値)
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 フィールド、オブジェクト値)
public BundleEntryProto.Builder addSlices (int インデックス、 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値)
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 インデックス、 TensorSliceProto値)
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 インデックス)
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 ()
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 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; public 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; public 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; public long 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; パブリックロングgetSize ()
int64 size = 5;
public TensorSliceProto getSlices (int インデックス)
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 インデックス)
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 List< 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; public List< 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; public TensorSliceProtoOrBuilder getSlicesOrBuilder (int インデックス)
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; 公開リスト<? extends TensorSliceProtoOrBuilder > 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; public boolean hasShape ()
.tensorflow.TensorShapeProto shape = 2;
パブリック最終ブール値isInitialized ()
public BundleEntryProto.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public BundleEntryProto.Builder mergeShape ( TensorShapeProto値)
.tensorflow.TensorShapeProto shape = 2;
public Final BundleEntryProto.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)
public BundleEntryProto.Builder deleteSlices (int インデックス)
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 値)
The CRC32C checksum of the tensor bytes.
fixed32 crc32c = 6; public BundleEntryProto.Builder setDtype ( DataType値)
The tensor dtype and shape.
.tensorflow.DataType dtype = 1; public BundleEntryProto.Builder setDtypeValue (int 値)
The tensor dtype and shape.
.tensorflow.DataType dtype = 1; public BundleEntryProto.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
public BundleEntryProto.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)
public BundleEntryProto.Builder setShape ( TensorShapeProto値)
.tensorflow.TensorShapeProto shape = 2;
public BundleEntryProto.Builder setShape ( TensorShapeProto.Builder builderForValue)
.tensorflow.TensorShapeProto shape = 2;
public BundleEntryProto.Builder setShardId (int 値)
The binary content of the tensor lies in: File "shard_id": bytes [offset, offset + size).
int32 shard_id = 3; public BundleEntryProto.Builder setSlices (int インデックス、 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 インデックス、 TensorSliceProto値)
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;