BundleEntryProto คลาสสุดท้ายสาธารณะ
Describes the metadata related to a checkpointed tensor.
tensorflow.BundleEntryProto คลาสที่ซ้อนกัน
| ระดับ | BundleEntryProto.Builder | Describes the metadata related to a checkpointed tensor. | |
ค่าคงที่
| ภายใน | CRC32C_FIELD_NUMBER | |
| ภายใน | DTYPE_FIELD_NUMBER | |
| ภายใน | OFFSET_FIELD_NUMBER | |
| ภายใน | SHAPE_FIELD_NUMBER | |
| ภายใน | SHARD_ID_FIELD_NUMBER | |
| ภายใน | SIZE_FIELD_NUMBER | |
| ภายใน | SLICES_FIELD_NUMBER |
วิธีการสาธารณะ
| บูลีน | เท่ากับ (วัตถุ obj) |
| ภายใน | getCrc32C () The CRC32C checksum of the tensor bytes. |
| BundleEntryProto.static แบบคงที่ | |
| BundleEntryProto | |
| com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย | รับคำอธิบาย () |
| ประเภทข้อมูล | getDtype () The tensor dtype and shape. |
| ภายใน | getDtypeValue () The tensor dtype and shape. |
| ยาว | รับออฟเซ็ต () int64 offset = 4; |
| ภายใน | |
| เทนเซอร์รูปร่างโปรโต | รับรูปร่าง () .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). |
| ยาว | รับขนาด () int64 size = 5; |
| TensorSliceโปรโต | getSlices (ดัชนี int) Iff present, this entry represents a partitioned tensor. |
| ภายใน | getSlicesCount () 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. |
| สุดท้าย com.google.protobuf.UnknownFieldSet | |
| บูลีน | มีรูปร่าง () .tensorflow.TensorShapeProto shape = 2; |
| ภายใน | แฮชโค้ด () |
| บูลีนสุดท้าย | |
| BundleEntryProto.Builder แบบคงที่ | ตัวสร้างใหม่ () |
| BundleEntryProto.Builder แบบคงที่ | newBuilder (ต้นแบบ BundleEntryProto ) |
| BundleEntryProto.Builder | |
| BundleEntryProto แบบคงที่ | parseDelimitedFrom (อินพุต InputStream) |
| BundleEntryProto แบบคงที่ | parseDelimitedFrom (อินพุตสตรีม com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| BundleEntryProto แบบคงที่ | parseFrom (ข้อมูล ByteBuffer) |
| BundleEntryProto แบบคงที่ | parseFrom (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| BundleEntryProto แบบคงที่ | parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| BundleEntryProto แบบคงที่ | parseFrom (com.google.protobuf.CodedInputStream อินพุต) |
| BundleEntryProto แบบคงที่ | parseFrom (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| BundleEntryProto.static แบบคงที่ | parseFrom (ข้อมูล com.google.protobuf.ByteString) |
| BundleEntryProto แบบคงที่ | parseFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| BundleEntryProto แบบคงที่ | parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| คงที่ | |
| BundleEntryProto.Builder | toBuilder () |
| เป็นโมฆะ | writeTo (เอาต์พุต com.google.protobuf.CodedOutputStream) |
วิธีการสืบทอด
ค่าคงที่
สาธารณะคงสุดท้าย int CRC32C_FIELD_NUMBER
ค่าคงที่: 6
สาธารณะคงสุดท้าย int DTYPE_FIELD_NUMBER
ค่าคงที่: 1
สาธารณะคงสุดท้าย int OFFSET_FIELD_NUMBER
ค่าคงที่: 4
int สุดท้ายคงที่สาธารณะ SHAPE_FIELD_NUMBER
ค่าคงที่: 2
สาธารณะคงสุดท้าย int SHARD_ID_FIELD_NUMBER
ค่าคงที่: 3
รอบชิงชนะเลิศแบบคงที่สาธารณะ SIZE_FIELD_NUMBER
ค่าคงที่: 5
สาธารณะคงสุดท้าย int SLICES_FIELD_NUMBER
ค่าคงที่: 7
วิธีการสาธารณะ
บูลีนสาธารณะ เท่ากับ (Object obj)
สาธารณะ int getCrc32C ()
The CRC32C checksum of the tensor bytes.
fixed32 crc32c = 6; สาธารณะคงที่สุดท้าย com.google.protobuf.Descriptors.Descriptor getDescriptor ()
สาธารณะ int getDtypeValue ()
The tensor dtype and shape.
.tensorflow.DataType dtype = 1; getOffset ยาวสาธารณะ ()
int64 offset = 4;
สาธารณะ getParserForType ()
สาธารณะ int getSerializedSize ()
สาธารณะ 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;
สาธารณะ 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; สาธารณะ 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; รายการสาธารณะ < 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; สาธารณะ 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; รายการสาธารณะ<? ขยาย 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; สาธารณะสุดท้าย com.google.protobuf.UnknownFieldSet getUnknownFields ()
hasShape บูลีนสาธารณะ ()
.tensorflow.TensorShapeProto shape = 2;
สาธารณะ int hashCode ()
บูลีนสุดท้ายสาธารณะ isInitialized ()
สาธารณะ BundleEntryProto แบบคง ที่ parseDelimitedFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
| IOข้อยกเว้น |
|---|
แยกวิเคราะห์ BundleEntryProto สาธารณะแบบคงที่ (ข้อมูล ByteBuffer)
ขว้าง
| ProtocolBufferException ไม่ถูกต้อง |
|---|
สาธารณะ BundleEntryProto parseFrom แบบคงที่ (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
| IOข้อยกเว้น |
|---|
สาธารณะ BundleEntryProto parseFrom แบบคงที่ (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
| ProtocolBufferException ไม่ถูกต้อง |
|---|
สาธารณะ BundleEntryProto แยกวิเคราะห์ แบบคงที่ (อินพุต com.google.protobuf.CodedInputStream)
ขว้าง
| IOข้อยกเว้น |
|---|
สาธารณะ BundleEntryProto parseFrom แบบคงที่ (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
| ProtocolBufferException ไม่ถูกต้อง |
|---|
สาธารณะ BundleEntryProto แยกวิเคราะห์ แบบคงที่ (ข้อมูล com.google.protobuf.ByteString)
ขว้าง
| ProtocolBufferException ไม่ถูกต้อง |
|---|
สาธารณะ BundleEntryProto parseFrom แบบคงที่ (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
| IOข้อยกเว้น |
|---|
สาธารณะ BundleEntryProto parseFrom แบบคงที่ (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
| ProtocolBufferException ไม่ถูกต้อง |
|---|
สาธารณะคงที่ ตัวแยกวิเคราะห์ ()
โมฆะสาธารณะ writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)
ขว้าง
| IOข้อยกเว้น |
|---|