classe finale publique VariantTensorDataProto
Protocol buffer representing the serialization format of DT_VARIANT tensors.
tensorflow.VariantTensorDataProto de type Protobuf.VariantTensorDataProto Classes imbriquées
| classe | VariantTensorDataProto.Builder | Protocol buffer representing the serialization format of DT_VARIANT tensors. | |
Constantes
| int | METADATA_FIELD_NUMBER | |
| int | TENSORS_FIELD_NUMBER | |
| int | TYPE_NAME_FIELD_NUMBER |
Méthodes publiques
| booléen | est égal à (Obj objet) |
| VariantTensorDataProto statique | |
| VariantTensorDataProto | |
| final statique com.google.protobuf.Descriptors.Descriptor | |
| com.google.protobuf.ByteString | getMetadata () Portions of the object that are not Tensors. |
| int | |
| TensorProto | getTensors (index int) Tensors contained within objects being serialized. |
| int | getTensorsCount () Tensors contained within objects being serialized. |
| Liste< TensorProto > | getTensorsList () Tensors contained within objects being serialized. |
| TensorProtoOrBuilder | getTensorsOrBuilder (index int) Tensors contained within objects being serialized. |
| Liste<? étend TensorProtoOrBuilder > | getTensorsOrBuilderList () Tensors contained within objects being serialized. |
| Chaîne | getTypeName () Name of the type of objects being serialized. |
| com.google.protobuf.ByteString | getTypeNameBytes () Name of the type of objects being serialized. |
| final com.google.protobuf.UnknownFieldSet | |
| int | |
| booléen final | |
| VariantTensorDataProto.Builder statique | newBuilder (prototype VariantTensorDataProto ) |
| VariantTensorDataProto.Builder statique | |
| VariantTensorDataProto.Builder | |
| VariantTensorDataProto statique | parseDelimitedFrom (entrée InputStream) |
| VariantTensorDataProto statique | parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| VariantTensorDataProto statique | parseFrom (données ByteBuffer) |
| VariantTensorDataProto statique | parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| VariantTensorDataProto statique | parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| VariantTensorDataProto statique | parseFrom (entrée com.google.protobuf.CodedInputStream) |
| VariantTensorDataProto statique | parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| VariantTensorDataProto statique | parseFrom (données com.google.protobuf.ByteString) |
| VariantTensorDataProto statique | parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| VariantTensorDataProto statique | parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| statique | analyseur () |
| VariantTensorDataProto.Builder | toBuilder () |
| vide | writeTo (sortie com.google.protobuf.CodedOutputStream) |
Méthodes héritées
Constantes
public statique final int METADATA_FIELD_NUMBER
Valeur constante : 2
public statique final int TENSORS_FIELD_NUMBER
Valeur constante : 3
public statique final entier TYPE_NAME_FIELD_NUMBER
Valeur constante : 1
Méthodes publiques
public booléen égal (Objet obj)
public statique final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.ByteString getMetadata ()
Portions of the object that are not Tensors.
bytes metadata = 2; publique getParserForType ()
public int getSerializedSize ()
public TensorProto getTensors (index int)
Tensors contained within objects being serialized.
repeated .tensorflow.TensorProto tensors = 3; public int getTensorsCount ()
Tensors contained within objects being serialized.
repeated .tensorflow.TensorProto tensors = 3; Liste publique < TensorProto > getTensorsList ()
Tensors contained within objects being serialized.
repeated .tensorflow.TensorProto tensors = 3; public TensorProtoOrBuilder getTensorsOrBuilder (index int)
Tensors contained within objects being serialized.
repeated .tensorflow.TensorProto tensors = 3; Liste publique <? étend TensorProtoOrBuilder > getTensorsOrBuilderList ()
Tensors contained within objects being serialized.
repeated .tensorflow.TensorProto tensors = 3; chaîne publique getTypeName ()
Name of the type of objects being serialized.
string type_name = 1; public com.google.protobuf.ByteString getTypeNameBytes ()
Name of the type of objects being serialized.
string type_name = 1; public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
code de hachage int public ()
public final booléen isInitialized ()
public static VariantTensorDataProto parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
| IOException |
|---|
public statique VariantTensorDataProto parseFrom (données ByteBuffer)
Jetés
| InvalidProtocolBufferException |
|---|
public statique VariantTensorDataProto parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
| IOException |
|---|
public statique VariantTensorDataProto parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
| InvalidProtocolBufferException |
|---|
public statique VariantTensorDataProto parseFrom (entrée com.google.protobuf.CodedInputStream)
Jetés
| IOException |
|---|
public statique VariantTensorDataProto parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
| InvalidProtocolBufferException |
|---|
public statique VariantTensorDataProto parseFrom (données com.google.protobuf.ByteString)
Jetés
| InvalidProtocolBufferException |
|---|
public statique VariantTensorDataProto parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
| IOException |
|---|
public statique VariantTensorDataProto parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
| InvalidProtocolBufferException |
|---|
public statique analyseur ()
public void writeTo (sortie com.google.protobuf.CodedOutputStream)
Jetés
| IOException |
|---|