SavedSliceMeta

คลาสสุดท้ายสาธารณะ SavedSliceMeta

 Metadata describing the set of slices of the same tensor saved in a
 checkpoint file.
 
Protobuf ประเภท 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.dll แบบคงที่
บันทึก 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.dll แบบคงที่
parseDelimitedFrom (อินพุต InputStream)
SavedSliceMeta.dll แบบคงที่
parseDelimitedFrom (อินพุตสตรีม com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedSliceMeta.dll แบบคงที่
parseFrom (ข้อมูล ByteBuffer)
SavedSliceMeta.dll แบบคงที่
parseFrom (อินพุต com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedSliceMeta.dll แบบคงที่
parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedSliceMeta.dll แบบคงที่
parseFrom (com.google.protobuf.CodedInputStream อินพุต)
SavedSliceMeta.dll แบบคงที่
parseFrom (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedSliceMeta.dll แบบคงที่
parseFrom (ข้อมูล com.google.protobuf.ByteString)
SavedSliceMeta.dll แบบคงที่
parseFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedSliceMeta.dll แบบคงที่
parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
คงที่
SavedSliceMeta.Builder
เป็นโมฆะ
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)

สาธารณะ SavedSliceMeta getDefaultInstance ()

สาธารณะ SavedSliceMeta getDefaultInstanceForType ()

สาธารณะคงที่สุดท้าย com.google.protobuf.Descriptors.Descriptor getDescriptor ()

สตริงสาธารณะ getName ()

string name = 1;

 Name of the tensor.
 
= 1;

สาธารณะ com.google.protobuf.ByteString getNameBytes ()

string name = 1;

 Name of the tensor.
 
= 1;

สาธารณะ getParserForType ()

สาธารณะ int getSerializedSize ()

TensorShapeProto สาธารณะ getShape ()

 Shape of the tensor
 
.tensorflow.TensorShapeProto shape = 2;

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;

ประเภทข้อมูล สาธารณะ getType ()

 Type of the tensor
 
.tensorflow.DataType type = 3;

สาธารณะ 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.Builder newBuilder (ต้นแบบ SavedSliceMeta )

สาธารณะคง SavedSliceMeta.Builder newBuilder ()

สาธารณะ SavedSliceMeta.Builder newBuilderForType ()

สาธารณะ SavedSliceMeta parseDelimitedFrom สาธารณะ (อินพุต InputStream)

ขว้าง
IOข้อยกเว้น

สาธารณะ SavedSliceMeta parseDelimitedFrom (อินพุตสตรีม, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

สาธารณะคง SavedSliceMeta parseFrom (ข้อมูล ByteBuffer)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

สาธารณะ 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 (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

สาธารณะ SavedSliceMeta parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

สาธารณะคงที่ ตัวแยกวิเคราะห์ ()

สาธารณะ SavedSliceMeta.Builder toBuilder ()

โมฆะสาธารณะ writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)

ขว้าง
IOข้อยกเว้น