VariantTensorDataProto

clase pública final VariantTensorDataProto

 Protocol buffer representing the serialization format of DT_VARIANT tensors.
 
tipo tensorflow.VariantTensorDataProto

Clases anidadas

clase VariantTensorDataProto.Builder
 Protocol buffer representing the serialization format of DT_VARIANT tensors. 

Constantes

En t METADATA_FIELD_NUMBER
En t TENSORS_FIELD_NUMBER
En t TYPE_NAME_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
VariantTensorDataProto estática
VariantTensorDataProto
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.ByteString
getMetadata ()
 Portions of the object that are not Tensors.
En t
TensorProto
getTensors (índice int)
 Tensors contained within objects being serialized.
En t
getTensorsCount ()
 Tensors contained within objects being serialized.
Lista < TensorProto >
getTensorsList ()
 Tensors contained within objects being serialized.
TensorProtoOrBuilder
getTensorsOrBuilder (índice int)
 Tensors contained within objects being serialized.
Lista <? extiende TensorProtoOrBuilder >
getTensorsOrBuilderList ()
 Tensors contained within objects being serialized.
Cuerda
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
En t
booleano final
VariantTensorDataProto.Builder estático
VariantTensorDataProto.Builder estático
VariantTensorDataProto.Builder
VariantTensorDataProto estática
parseDelimitedFrom (entrada InputStream)
VariantTensorDataProto estática
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
VariantTensorDataProto estática
parseFrom (datos ByteBuffer)
VariantTensorDataProto estática
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
VariantTensorDataProto estática
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
VariantTensorDataProto estática
parseFrom (entrada com.google.protobuf.CodedInputStream)
VariantTensorDataProto estática
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
VariantTensorDataProto estática
parseFrom (datos com.google.protobuf.ByteString)
VariantTensorDataProto estática
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
VariantTensorDataProto estática
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
VariantTensorDataProto.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

public static final int METADATA_FIELD_NUMBER

Valor constante: 2

public static final int TENSORS_FIELD_NUMBER

Valor constante: 3

public static final int TYPE_NAME_FIELD_NUMBER

Valor constante: 1

Métodos públicos

public boolean es igual a (Object obj)

public static VariantTensorDataProto getDefaultInstance ()

public VariantTensorDataProto getDefaultInstanceForType ()

público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.ByteString getMetadata ()

 Portions of the object that are not Tensors.
 
bytes metadata = 2;

público getParserForType ()

public int getSerializedSize ()

public TensorProto getTensors (índice 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;

Lista pública < TensorProto > getTensorsList ()

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

public TensorProtoOrBuilder getTensorsOrBuilder (índice int)

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

Lista pública <? extiende TensorProtoOrBuilder > getTensorsOrBuilderList ()

 Tensors contained within objects being serialized.
 
repeated .tensorflow.TensorProto tensors = 3;

public String 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 ()

public int hashCode ()

public final boolean isInitialized ()

public static VariantTensorDataProto.Builder newBuilder (prototipo VariantTensorDataProto )

public static VariantTensorDataProto.Builder newBuilder ()

public VariantTensorDataProto.Builder newBuilderForType ()

public static VariantTensorDataProto parseDelimitedFrom (entrada InputStream)

Lanza
IOException

public static VariantTensorDataProto parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static VariantTensorDataProto parseFrom (ByteBuffer datos)

Lanza
InvalidProtocolBufferException

public static VariantTensorDataProto parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static VariantTensorDataProto parseFrom (ByteBuffer datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

public static VariantTensorDataProto parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOException

public static VariantTensorDataProto parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático VariantTensorDataProto parseFrom (com.google.protobuf.ByteString datos)

Lanza
InvalidProtocolBufferException

public static VariantTensorDataProto parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public static VariantTensorDataProto parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

public VariantTensorDataProto.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException