interfaz pública BundleEntryProtoOrBuilder
Subclases indirectas conocidas |
Métodos públicos
int abstracto | getCrc32C () The CRC32C checksum of the tensor bytes. |
Tipo de datos abstracto | getDtype () The tensor dtype and shape. |
int abstracto | getDtypeValue () The tensor dtype and shape. |
abstracto largo | getOffset () int64 offset = 4; |
abstracto TensorShapeProto | getShape () .tensorflow.TensorShapeProto shape = 2; |
abstracto TensorShapeProtoOrBuilder | getShapeOrBuilder () .tensorflow.TensorShapeProto shape = 2; |
int abstracto | getShardId () The binary content of the tensor lies in: File "shard_id": bytes [offset, offset + size). |
abstracto largo | getSize () int64 size = 5; |
abstracto TensorSliceProto | getSlices (índice int) Iff present, this entry represents a partitioned tensor. |
int abstracto | getSlicesCount () Iff present, this entry represents a partitioned tensor. |
Lista abstracta < TensorSliceProto > | getSlicesList () Iff present, this entry represents a partitioned tensor. |
abstracto TensorSliceProtoOrBuilder | getSlicesOrBuilder (índice int) Iff present, this entry represents a partitioned tensor. |
Resumen Lista <? extiende TensorSliceProtoOrBuilder > | getSlicesOrBuilderList () Iff present, this entry represents a partitioned tensor. |
booleano abstracto | hasShape () .tensorflow.TensorShapeProto shape = 2; |
Métodos públicos
public abstract int getCrc32C ()
The CRC32C checksum of the tensor bytes.
fixed32 crc32c = 6;
Tipo de datos abstracto público getDtype ()
The tensor dtype and shape.
.tensorflow.DataType dtype = 1;
public abstract int getDtypeValue ()
The tensor dtype and shape.
.tensorflow.DataType dtype = 1;
public abstract long getOffset ()
int64 offset = 4;
resumen público TensorShapeProtoOrBuilder getShapeOrBuilder ()
.tensorflow.TensorShapeProto shape = 2;
public abstract int getShardId ()
The binary content of the tensor lies in: File "shard_id": bytes [offset, offset + size).
int32 shard_id = 3;
public abstract long getSize ()
int64 size = 5;
resumen público TensorSliceProto getSlices (índice 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;
.tensorflow.TensorSliceProto repeated .tensorflow.TensorSliceProto slices = 7;
public abstract 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;
.tensorflow.TensorSliceProto repeated .tensorflow.TensorSliceProto slices = 7;
Lista pública abstracta < 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;
.tensorflow.TensorSliceProto repeated .tensorflow.TensorSliceProto slices = 7;
resumen público TensorSliceProtoOrBuilder getSlicesOrBuilder (índice 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;
.tensorflow.TensorSliceProto repeated .tensorflow.TensorSliceProto slices = 7;
Lista de resumen público <? extiende 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;
.tensorflow.TensorSliceProto repeated .tensorflow.TensorSliceProto slices = 7;
público abstracto booleano hasShape ()
.tensorflow.TensorShapeProto shape = 2;