คลาสสุดท้ายสาธารณะ SavedSliceMeta
Metadata describing the set of slices of the same tensor saved in a checkpoint file.
tensorflow.SavedSliceMeta
คลาสที่ซ้อนกัน
ระดับ | SavedSliceMeta.Builder | Metadata describing the set of slices of the same tensor saved in a checkpoint file. |
ค่าคงที่
ภายใน | NAME_FIELD_NUMBER | |
ภายใน | SHAPE_FIELD_NUMBER | |
ภายใน | SLICE_FIELD_NUMBER | |
ภายใน | TYPE_FIELD_NUMBER |
วิธีการสาธารณะ
บูลีน | เท่ากับ (วัตถุ obj) |
SavedSliceMeta.static คงที่ | |
บันทึก SliceMeta | |
com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย | รับคำอธิบาย () |
สตริง | รับชื่อ () Name of the tensor. |
com.google.protobuf.ByteString | getNameBytes () Name of the tensor. |
ภายใน | |
เทนเซอร์รูปร่างโปรโต | รับรูปร่าง () Shape of the tensor .tensorflow.TensorShapeProto shape = 2; |
TensorShapeProtoOrBuilder | getShapeOrBuilder () Shape of the tensor .tensorflow.TensorShapeProto shape = 2; |
TensorSliceโปรโต | getSlice (ดัชนี int) Explicit list of slices saved in the checkpoint file. |
ภายใน | getSliceCount () Explicit list of slices saved in the checkpoint file. |
รายการ < TensorSliceProto > | getSliceList () Explicit list of slices saved in the checkpoint file. |
TensorSliceProtoOrBuilder | getSliceOrBuilder (ดัชนี int) Explicit list of slices saved in the checkpoint file. |
รายการ<? ขยาย TensorSliceProtoOrBuilder > | getSliceOrBuilderList () Explicit list of slices saved in the checkpoint file. |
ประเภทข้อมูล | รับประเภท () Type of the tensor .tensorflow.DataType type = 3; |
ภายใน | getTypeValue () Type of the tensor .tensorflow.DataType type = 3; |
สุดท้าย com.google.protobuf.UnknownFieldSet | |
บูลีน | มีรูปร่าง () Shape of the tensor .tensorflow.TensorShapeProto shape = 2; |
ภายใน | แฮชโค้ด () |
บูลีนสุดท้าย | |
SavedSliceMeta.Builder แบบคงที่ | newBuilder (ต้นแบบ SavedSliceMeta ) |
SavedSliceMeta.Builder แบบคงที่ | ตัวสร้างใหม่ () |
SavedSliceMeta.Builder | |
SavedSliceMeta.static คงที่ | parseDelimitedFrom (อินพุต InputStream) |
SavedSliceMeta.static คงที่ | parseDelimitedFrom (อินพุตสตรีม com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SavedSliceMeta.static คงที่ | parseFrom (ข้อมูล ByteBuffer) |
SavedSliceMeta.static คงที่ | parseFrom (อินพุต com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SavedSliceMeta.static คงที่ | parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SavedSliceMeta.static คงที่ | parseFrom (com.google.protobuf.CodedInputStream อินพุต) |
SavedSliceMeta.static คงที่ | parseFrom (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SavedSliceMeta.static คงที่ | parseFrom (ข้อมูล com.google.protobuf.ByteString) |
SavedSliceMeta.static คงที่ | parseFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SavedSliceMeta.static คงที่ | parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
คงที่ | |
SavedSliceMeta.Builder | toBuilder () |
เป็นโมฆะ | writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต) |
วิธีการสืบทอด
ค่าคงที่
รอบชิงชนะเลิศแบบคงที่สาธารณะ NAME_FIELD_NUMBER
ค่าคงที่: 1
int สุดท้ายคงที่สาธารณะ SHAPE_FIELD_NUMBER
ค่าคงที่: 2
สาธารณะคงสุดท้าย int SLICE_FIELD_NUMBER
ค่าคงที่: 4
สาธารณะคงสุดท้าย int TYPE_FIELD_NUMBER
ค่าคงที่: 3
วิธีการสาธารณะ
บูลีนสาธารณะ เท่ากับ (Object obj)
สาธารณะคงที่สุดท้าย com.google.protobuf.Descriptors.Descriptor getDescriptor ()
สตริงสาธารณะ getName ()
Name of the tensor.
string name = 1;
สาธารณะ com.google.protobuf.ByteString getNameBytes ()
Name of the tensor.
string name = 1;
สาธารณะ getParserForType ()
สาธารณะ int getSerializedSize ()
TensorShapeProtoOrBuilder สาธารณะ getShapeOrBuilder ()
Shape of the tensor
.tensorflow.TensorShapeProto shape = 2;
สาธารณะ TensorSliceProto getSlice (ดัชนี int)
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
สาธารณะ int getSliceCount ()
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
รายการสาธารณะ < TensorSliceProto > getSliceList ()
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
สาธารณะ TensorSliceProtoOrBuilder getSliceOrBuilder (ดัชนี int)
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
รายการสาธารณะ<? ขยาย TensorSliceProtoOrBuilder > getSliceOrBuilderList ()
Explicit list of slices saved in the checkpoint file.
repeated .tensorflow.TensorSliceProto slice = 4;
สาธารณะ int getTypeValue ()
Type of the tensor
.tensorflow.DataType type = 3;
สาธารณะสุดท้าย com.google.protobuf.UnknownFieldSet getUnknownFields ()
hasShape บูลีนสาธารณะ ()
Shape of the tensor
.tensorflow.TensorShapeProto shape = 2;
สาธารณะ int hashCode ()
บูลีนสุดท้ายสาธารณะ isInitialized ()
สาธารณะ SavedSliceMeta parseDelimitedFrom (อินพุตสตรีม, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
สาธารณะ SavedSliceMeta parseFrom (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
สาธารณะ SavedSliceMeta parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
สาธารณะ SavedSliceMeta parseFrom คงที่ (com.google.protobuf.CodedInputStream อินพุต)
ขว้าง
IOข้อยกเว้น |
---|
สาธารณะ SavedSliceMeta parseFrom (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
สาธารณะ SavedSliceMeta parseFrom คงที่ (ข้อมูล com.google.protobuf.ByteString)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
สาธารณะ SavedSliceMeta parseFrom (อินพุตสตรีม, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
สาธารณะ SavedSliceMeta parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
สาธารณะคงที่ ตัวแยกวิเคราะห์ ()
โมฆะสาธารณะ writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)
ขว้าง
IOข้อยกเว้น |
---|