BundleEntryProto

publiczna klasa końcowa BundleEntryProto

 Describes the metadata related to a checkpointed tensor.
 
Protobuf typu tensorflow.BundleEntryProto

Klasy zagnieżdżone

klasa BundleEntryProto.Builder
 Describes the metadata related to a checkpointed tensor. 

Stałe

wew CRC32C_FIELD_NUMBER
wew DTYPE_FIELD_NUMBER
wew OFFSET_FIELD_NUMBER
wew KSZTAŁT_FIELD_NUMBER
wew SHARD_ID_FIELD_NUMBER
wew SIZE_FIELD_NUMBER
wew SLICES_FIELD_NUMBER

Metody publiczne

wartość logiczna
równa się (obiekt obiektu)
wew
pobierzCrc32C ()
 The CRC32C checksum of the tensor bytes.
statyczny BundleEntryProto
Wejście pakietuProto
końcowy statyczny com.google.protobuf.Descriptors.Descriptor
Typ danych
getDtype ()
 The tensor dtype and shape.
wew
getDtypeValue ()
 The tensor dtype and shape.
długi
getOffset ()
int64 offset = 4;
wew
TensorShapeProto
uzyskaj kształt ()
.tensorflow.TensorShapeProto shape = 2;
TensorShapeProtoOrBuilder
getShapeOrBuilder ()
.tensorflow.TensorShapeProto shape = 2;
wew
getShardId ()
 The binary content of the tensor lies in:
   File "shard_id": bytes [offset, offset + size).
długi
pobierzRozmiar ()
int64 size = 5;
TensorSliceProto
getSlices (indeks int)
 Iff present, this entry represents a partitioned tensor.
wew
getSlicesCount ()
 Iff present, this entry represents a partitioned tensor.
Lista< TensorSliceProto >
getSlicesList ()
 Iff present, this entry represents a partitioned tensor.
TensorSliceProtoOrBuilder
getSlicesOrBuilder (indeks int)
 Iff present, this entry represents a partitioned tensor.
Lista<? rozszerza TensorSliceProtoOrBuilder >
getSlicesOrBuilderList ()
 Iff present, this entry represents a partitioned tensor.
końcowy com.google.protobuf.UnknownFieldSet
wartość logiczna
ma kształt ()
.tensorflow.TensorShapeProto shape = 2;
wew
końcowa wartość logiczna
statyczny BundleEntryProto.Builder
statyczny BundleEntryProto.Builder
BundleEntryProto.Builder
statyczny BundleEntryProto
parseDelimitedFrom (wejście strumienia wejściowego)
statyczny BundleEntryProto
parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny BundleEntryProto
parseFrom (dane ByteBuffer)
statyczny BundleEntryProto
parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny BundleEntryProto
parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny BundleEntryProto
parseFrom (wejście com.google.protobuf.CodedInputStream)
statyczny BundleEntryProto
parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
statyczny BundleEntryProto
parseFrom (dane com.google.protobuf.ByteString)
statyczny BundleEntryProto
parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny BundleEntryProto
parseFrom (dane com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny
parser ()
BundleEntryProto.Builder
próżnia
writeTo (wyjście com.google.protobuf.CodedOutputStream)

Metody dziedziczone

Stałe

publiczny statyczny końcowy int CRC32C_FIELD_NUMBER

Wartość stała: 6

publiczny statyczny końcowy int DTYPE_FIELD_NUMBER

Wartość stała: 1

publiczny statyczny końcowy int OFFSET_FIELD_NUMBER

Wartość stała: 4

publiczny statyczny końcowy int SHAPE_FIELD_NUMBER

Wartość stała: 2

publiczny statyczny końcowy int SHARD_ID_FIELD_NUMBER

Wartość stała: 3

publiczny statyczny końcowy int SIZE_FIELD_NUMBER

Wartość stała: 5

publiczny statyczny końcowy int SLICES_FIELD_NUMBER

Wartość stała: 7

Metody publiczne

publiczna wartość logiczna równa się (obiekt obiektu)

publiczny int getCrc32C ()

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

public static BundleEntryProto getDefaultInstance ()

public BundleEntryProto getDefaultInstanceForType ()

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

publiczny typ danych getDtype ()

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

publiczny int getDtypeValue ()

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

publiczny długi getOffset ()

int64 offset = 4;

publiczny getParserForType ()

publiczny int getSerializedSize ()

publiczny TensorShapeProto getShape ()

.tensorflow.TensorShapeProto shape = 2;

publiczny TensorShapeProtoOrBuilder getShapeOrBuilder ()

.tensorflow.TensorShapeProto shape = 2;

publiczny int getShardId ()

 The binary content of the tensor lies in:
   File "shard_id": bytes [offset, offset + size).
 
int32 shard_id = 3;

publiczny długi getSize ()

int64 size = 5;

public TensorSliceProto getSlices (indeks 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;

public 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;

public List< 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;

public TensorSliceProtoOrBuilder getSlicesOrBuilder (indeks 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;

lista publiczna<? rozszerza 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;

publiczny finał com.google.protobuf.UnknownFieldSet getUnknownFields ()

publiczna wartość logiczna hasShape ()

.tensorflow.TensorShapeProto shape = 2;

publiczny int hashCode ()

publiczna końcowa wartość logiczna isInitialized ()

public static BundleEntryProto.Builder newBuilder ()

publiczny statyczny BundleEntryProto.Builder newBuilder (prototyp BundleEntryProto )

public BundleEntryProto.Builder newBuilderForType ()

publiczny statyczny BundleEntryProto parseDelimitedFrom (wejście strumienia wejściowego)

Rzuca
Wyjątek IO

publiczny statyczny BundleEntryProto parseDelimitedFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

public static BundleEntryProto parseFrom (dane ByteBuffer)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static BundleEntryProto parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

public static BundleEntryProto parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static BundleEntryProto parseFrom (wejście com.google.protobuf.CodedInputStream)

Rzuca
Wyjątek IO

public static BundleEntryProto parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static BundleEntryProto parseFrom (dane com.google.protobuf.ByteString)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static BundleEntryProto parseFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

public static BundleEntryProto parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczna statyka parser ()

public BundleEntryProto.Builder toBuilder ()

public void writeTo (wyjście com.google.protobuf.CodedOutputStream)

Rzuca
Wyjątek IO