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

روش های عمومی

بولی
برابر است (object obj)
بین المللی
getCrc32C ()
 The CRC32C checksum of the tensor bytes.
استاتیک BundleEntryProto
BundleEntryProto
نهایی static com.google.protobuf.Descriptors.Descriptor
نوع داده
getDtype ()
 The tensor dtype and shape.
بین المللی
getDtypeValue ()
 The tensor dtype and shape.
طولانی
getOffset ()
int64 offset = 4;
بین المللی
TensorShapeProto
getShape ()
.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;
TensorSliceProto
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 index)
 Iff present, this entry represents a partitioned tensor.
لیست<? TensorSliceProtoOrBuilder را گسترش می دهد
getSlicesOrBuilderList ()
 Iff present, this entry represents a partitioned tensor.
com.google.protobuf.UnknownFieldSet نهایی
بولی
hasShape ()
.tensorflow.TensorShapeProto shape = 2;
بین المللی
بولی نهایی
استاتیک BundleEntryProto.Builder
استاتیک BundleEntryProto.Builder
newBuilder (نمونه اولیه BundleEntryProto )
BundleEntryProto.Builder
استاتیک BundleEntryProto
parseDelimitedFrom (ورودی جریان ورودی)
استاتیک BundleEntryProto
parseDelimitedFrom (ورودی InputStream، 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
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
خالی
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

نهایی استاتیک عمومی SLICES_FIELD_NUMBER

ارزش ثابت: 7

روش های عمومی

بولین عمومی برابر است (Object Obj)

عمومی int getCrc32C ()

 The CRC32C checksum of the tensor bytes.
 
fixed32 crc32c = 6;

عمومی استاتیک BundleEntryProto getDefaultInstance ()

عمومی BundleEntryProto getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

نوع داده عمومی getDtype ()

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

عمومی int getDtypeValue ()

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

دریافت آفست عمومی طولانی ()

int64 offset = 4;

عمومی getParserForType ()

عمومی int 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;

public long getSize ()

int64 size = 5;

عمومی TensorSliceProto getSlices (int index)

 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 index)

 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;

هش کد عمومی ()

بولین نهایی عمومی isInitialized ()

عمومی استاتیک BundleEntryProto.Builder newBuilder ()

عمومی استاتیک BundleEntryProto.Builder newBuilder (نمونه اولیه BundleEntryProto )

عمومی BundleEntryProto.Builder newBuilderForType ()

عمومی استاتیک BundleEntryProto parseDelimitedFrom (ورودی جریان ورودی)

پرتاب می کند
IOException

عمومی استاتیک BundleEntryProto parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی استاتیک BundleEntryProto parseFrom (داده ByteBuffer)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک BundleEntryProto parseFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی استاتیک BundleEntryProto parseFrom (داده های ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک BundleEntryProto parseFrom (ورودی com.google.protobuf.CodedInputStream)

پرتاب می کند
IOException

عمومی استاتیک BundleEntryProto parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک BundleEntryProto parseFrom (داده های com.google.protobuf.ByteString)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک BundleEntryProto parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی استاتیک BundleEntryProto parseFrom (داده های com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

استاتیک عمومی تجزیه کننده ()

عمومی BundleEntryProto.Builder toBuilder ()

public void writeTo (خروجی com.google.protobuf.CodedOutputStream)

پرتاب می کند
IOException