BundleEntryProto

الفئة النهائية العامة BundleEntryProto

 Describes the metadata related to a checkpointed tensor.
 
نوع Protobuf 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

الأساليب العامة

منطقية
يساوي (كائن كائن)
كثافة العمليات
الحصول على Crc32C ()
 The CRC32C checksum of the tensor bytes.
ثابت BundleEntryProto
BundleEntryProto
النهائي الثابت com.google.protobuf.Descriptors.Descriptor
نوع البيانات
الحصول على نوع ()
 The tensor dtype and shape.
كثافة العمليات
الحصول علىDtypeValue ()
 The tensor dtype and shape.
طويل
إزاحة ()
int64 offset = 4;
كثافة العمليات
TensorShapeProto
الحصول على الشكل ()
.tensorflow.TensorShapeProto shape = 2;
TensorShapeProtoOrBuilder
الحصول على الشكل أو البناء ()
.tensorflow.TensorShapeProto shape = 2;
كثافة العمليات
getShardId ()
 The binary content of the tensor lies in:
   File "shard_id": bytes [offset, offset + size).
طويل
الحصول على الحجم ()
int64 size = 5;
TensorSliceProto
الحصول على شرائح (مؤشر كثافة العمليات)
 Iff present, this entry represents a partitioned tensor.
كثافة العمليات
الحصول على عدد الشرائح ()
 Iff present, this entry represents a partitioned tensor.
القائمة< TensorSliceProto >
قائمة شرائح ()
 Iff present, this entry represents a partitioned tensor.
TensorSliceProtoOrBuilder
getSlicesOrBuilder (فهرس كثافة العمليات)
 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 (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
ثابت BundleEntryProto
parseFrom (بيانات ByteBuffer)
ثابت BundleEntryProto
parseFrom (com.google.protobuf.CodedInputStream input، 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
parseFrom (بيانات com.google.protobuf.ByteString)
ثابت BundleEntryProto
parseFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
ثابت BundleEntryProto
parseFrom (com.google.protobuf.ByteString data، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
ثابتة
BundleEntryProto.Builder
فارغ
writeTo (com.google.protobuf.CodedOutputStream الإخراج)

الطرق الموروثة

الثوابت

النهائي الثابت العام CRC32C_FIELD_NUMBER

القيمة الثابتة: 6

العدد النهائي الثابت العام DTYPE_FIELD_NUMBER

القيمة الثابتة: 1

العدد النهائي الثابت العام OFFSET_FIELD_NUMBER

القيمة الثابتة: 4

العدد النهائي الثابت العام SHAPE_FIELD_NUMBER

القيمة الثابتة: 2

العدد النهائي الثابت العام 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;

BundleEntryProto العام الثابت getDefaultInstance ()

BundleEntryProto العام getDefaultInstanceForType ()

النهائي العام الثابت com.google.protobuf.Descriptors.Descriptor getDescriptor ()

نوع البيانات العام getDtype ()

 The tensor dtype and shape.
 
.tensorflow.DataType dtype = 1;

int public getDtypeValue ()

 The tensor dtype and shape.
 
.tensorflow.DataType dtype = 1;

getOffset العامة الطويلة ()

int64 offset = 4;

عام الحصول على بارسيرفورتيب ()

int public getSerializedSize ()

TensorShapeProto getShape () العام

.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).
 
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;

الباحث العام 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;

getSlicesOrBuilder العام TensorSliceProtoOrBuilder (مؤشر 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 ()

الشكل المنطقي العام ()

.tensorflow.TensorShapeProto shape = 2;

كود التجزئة الدولي العام ()

تمت تهيئة القيمة المنطقية النهائية العامة ()

BundleEntryProto.Builder العام الثابت newBuilder ()

BundleEntryProto.Builder العام الثابت newBuilder (النموذج الأولي لـ BundleEntryProto )

BundleEntryProto.Builder العامة newBuilderForType ()

BundleEntryProto العام الثابت parseDelimitedFrom (إدخال InputStream)

رميات
IOEException

BundleEntryProto العام الثابت parseDelimitedFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
IOEException

BundleEntryProto العام الثابت parseFrom (بيانات ByteBuffer)

رميات
InvalidProtocolBufferException

BundleEntryProto الثابت العام ، parseFrom (com.google.protobuf.CodedInputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
IOEException

BundleEntryProto العام الثابت parseFrom (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
InvalidProtocolBufferException

BundleEntryProto الثابت العام parseFrom (com.google.protobuf.CodedInputStream input)

رميات
IOEException

BundleEntryProto العام الثابت parseFrom (بيانات البايت []، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
InvalidProtocolBufferException

BundleEntryProto الثابت العام parseFrom (بيانات com.google.protobuf.ByteString)

رميات
InvalidProtocolBufferException

BundleEntryProto العام الثابت parseFrom (InputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
IOEException

BundleEntryProto الثابت العام ، parseFrom (com.google.protobuf.ByteString data، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
InvalidProtocolBufferException

ساكنة عامة محلل ()

BundleEntryProto.Builder toBuilder () العامة

الكتابة إلى الفراغ العام (إخراج com.google.protobuf.CodedOutputStream)

رميات
IOEException