VariantTensorDataProto

classe finale publique VariantTensorDataProto

 Protocol buffer representing the serialization format of DT_VARIANT tensors.
 
Tensorflow de type tensorflow.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
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
VariantTensorDataProto.Builder
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 VariantTensorDataProto getDefaultInstance ()

public VariantTensorDataProto getDefaultInstanceForType ()

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

public com.google.protobuf.ByteString getMetadata ()

bytes metadata = 2;

 Portions of the object that are not Tensors.
 
octets = 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 statique VariantTensorDataProto.Builder newBuilder (prototype VariantTensorDataProto )

public statique VariantTensorDataProto.Builder newBuilder ()

public VariantTensorDataProto.Builder newBuilderForType ()

public statique VariantTensorDataProto parseDelimitedFrom (entrée InputStream)

Jetés
IOException

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 VariantTensorDataProto.Builder toBuilder ()

public void writeTo (sortie com.google.protobuf.CodedOutputStream)

Jetés
IOException