ממשק ציבורי BundleEntryProtoOrBuilder
תת-מחלקות עקיפות ידועות |
שיטות ציבוריות
מופשט int | getCrc32C () The CRC32C checksum of the tensor bytes. |
תקציר DataType | getDtype () The tensor dtype and shape. |
מופשט int | getDtypeValue () The tensor dtype and shape. |
מופשט ארוך | getOffset () int64 offset = 4; |
מופשט 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). |
מופשט ארוך | getSize () int64 size = 5; |
מופשט TensorSliceProto | getSlices (int index) Iff present, this entry represents a partitioned tensor. |
מופשט int | 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. |
בוליאני מופשט | hasShape () .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 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;
תקציר ציבורי בוליאני hasShape ()
.tensorflow.TensorShapeProto shape = 2;