الواجهة العامة BundleEntryProtoOrBuilder
الفئات الفرعية غير المباشرة المعروفة |
الأساليب العامة
كثافة العمليات مجردة | الحصول على Crc32C () The CRC32C checksum of the tensor bytes. |
نوع البيانات الملخص | الحصول على نوع () 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. |
منطقية مجردة | الشكل () .tensorflow.TensorShapeProto shape = 2; |
الأساليب العامة
الملخص العام int getCrc32C ()
The CRC32C checksum of the tensor bytes.
fixed32 crc32c = 6;
الملخص العام int getDtypeValue ()
The tensor dtype and shape.
.tensorflow.DataType dtype = 1;
ملخص عام طويل getOffset ()
int64 offset = 4;
الملخص العام 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;
hasShape المنطقي الملخص العام ()
.tensorflow.TensorShapeProto shape = 2;