TensorMetadata

publiczna klasa końcowa TensorMetadata

 Metadata for a single tensor in the Snapshot Record.
 
Typ protobufa tensorflow.data.experimental.TensorMetadata

Klasy zagnieżdżone

klasa TensorMetadata.Builder
 Metadata for a single tensor in the Snapshot Record. 

Stałe

wew TENSOR_SHAPE_FIELD_NUMBER
wew TENSOR_SIZE_BYTES_FIELD_NUMBER

Metody publiczne

wartość logiczna
równa się (obiekt obiektu)
statyczne TensorMetadata
TensorMetadane
końcowy statyczny com.google.protobuf.Descriptors.Descriptor
wew
TensorShapeProto
pobierzTensorShape ()
.tensorflow.TensorShapeProto tensor_shape = 2;
TensorShapeProtoOrBuilder
getTensorShapeOrBuilder ()
.tensorflow.TensorShapeProto tensor_shape = 2;
długi
getTensorSizeBytes ()
 Number of uncompressed bytes used to store the tensor representation.
końcowy com.google.protobuf.UnknownFieldSet
wartość logiczna
maTensorShape ()
.tensorflow.TensorShapeProto tensor_shape = 2;
wew
końcowa wartość logiczna
statyczny TensorMetadata.Builder
statyczny TensorMetadata.Builder
TensorMetadata.Builder
statyczne TensorMetadata
parseDelimitedFrom (wejście strumienia wejściowego)
statyczne TensorMetadata
parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczne TensorMetadata
parseFrom (dane ByteBuffer)
statyczne TensorMetadata
parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczne TensorMetadata
parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczne TensorMetadata
parseFrom (wejście com.google.protobuf.CodedInputStream)
statyczne TensorMetadata
parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
statyczne TensorMetadata
parseFrom (dane com.google.protobuf.ByteString)
statyczne TensorMetadata
parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczne TensorMetadata
parseFrom (dane com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny
parser ()
TensorMetadata.Builder
próżnia
writeTo (wyjście com.google.protobuf.CodedOutputStream)

Metody dziedziczone

Stałe

publiczny statyczny końcowy int TENSOR_SHAPE_FIELD_NUMBER

Wartość stała: 2

publiczny statyczny końcowy int TENSOR_SIZE_BYTES_FIELD_NUMBER

Wartość stała: 3

Metody publiczne

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

publiczna statyczna TensorMetadata getDefaultInstance ()

publiczne TensorMetadata getDefaultInstanceForType ()

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

publiczny getParserForType ()

publiczny int getSerializedSize ()

publiczny TensorShapeProto getTensorShape ()

.tensorflow.TensorShapeProto tensor_shape = 2;

publiczny TensorShapeProtoOrBuilder getTensorShapeOrBuilder ()

.tensorflow.TensorShapeProto tensor_shape = 2;

publiczny długi getTensorSizeBytes ()

 Number of uncompressed bytes used to store the tensor representation.
 
int64 tensor_size_bytes = 3;

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

publiczna wartość logiczna hasTensorShape ()

.tensorflow.TensorShapeProto tensor_shape = 2;

publiczny int hashCode ()

publiczna końcowa wartość logiczna isInitialized ()

publiczny statyczny TensorMetadata.Builder newBuilder ()

publiczny statyczny TensorMetadata.Builder newBuilder (prototyp TensorMetadata )

publiczny TensorMetadata.Builder newBuilderForType ()

public static TensorMetadata parseDelimitedFrom (wejście InputStream)

Rzuca
Wyjątek IO

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

Rzuca
Wyjątek IO

public static TensorMetadata parseFrom (dane ByteBuffer)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

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

Rzuca
Wyjątek IO

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

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczny statyczny TensorMetadata parseFrom (wejście com.google.protobuf.CodedInputStream)

Rzuca
Wyjątek IO

publiczny statyczny TensorMetadata parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczny statyczny TensorMetadata parseFrom (dane com.google.protobuf.ByteString)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

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

Rzuca
Wyjątek IO

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

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczna statyka parser ()

publiczny TensorMetadata.Builder toBuilder ()

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

Rzuca
Wyjątek IO