classe finale pubblica VariantTensorDataProto
Protocol buffer representing the serialization format of DT_VARIANT tensors.
tensorflow.VariantTensorDataProto Classi nidificate
| classe | VariantTensorDataProto.Builder | Protocol buffer representing the serialization format of DT_VARIANT tensors. | |
Costanti
| int | NUMERO_CAMPO_METADATI | |
| int | TENSORI_CAMPO_NUMERO | |
| int | TIPO_NOME_CAMPO_NUMERO |
Metodi pubblici
| booleano | è uguale a (Oggetto oggetto) |
| VariantTensorDataProto statico | |
| VariantTensorDataProto | |
| com.google.protobuf.Descriptors.Descriptor statico finale | |
| com.google.protobuf.ByteString | getMetadati () Portions of the object that are not Tensors. |
| int | |
| TensoreProto | getTensors (indice int) Tensors contained within objects being serialized. |
| int | getTensorsCount () Tensors contained within objects being serialized. |
| Elenco< TensorProto > | getListaTensori () Tensors contained within objects being serialized. |
| TensorProtoOrBuilder | getTensorsOrBuilder (indice int) Tensors contained within objects being serialized. |
| Elenco<? estende TensorProtoOrBuilder > | getTensorsOrBuilderList () Tensors contained within objects being serialized. |
| Corda | getNomeTipo () Name of the type of objects being serialized. |
| com.google.protobuf.ByteString | getTypeNameBytes () Name of the type of objects being serialized. |
| finale com.google.protobuf.UnknownFieldSet | |
| int | codicehash () |
| booleano finale | |
| VariantTensorDataProto.Builder statico | newBuilder (prototipo VariantTensorDataProto ) |
| VariantTensorDataProto.Builder statico | |
| VariantTensorDataProto.Builder | |
| VariantTensorDataProto statico | parseDelimitedFrom (input InputStream) |
| VariantTensorDataProto statico | parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| VariantTensorDataProto statico | parseFrom (dati ByteBuffer) |
| VariantTensorDataProto statico | parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
| VariantTensorDataProto statico | parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| VariantTensorDataProto statico | parseFrom (ingresso com.google.protobuf.CodedInputStream) |
| VariantTensorDataProto statico | parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| VariantTensorDataProto statico | parseFrom (dati com.google.protobuf.ByteString) |
| VariantTensorDataProto statico | parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| VariantTensorDataProto statico | parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
| statico | analizzatore () |
| VariantTensorDataProto.Builder | toBuilder () |
| vuoto | writeTo (output com.google.protobuf.CodedOutputStream) |
Metodi ereditati
Costanti
public static final int METADATA_FIELD_NUMBER
Valore costante: 2
public static final int TENSORS_FIELD_NUMBER
Valore costante: 3
public static final int TYPE_NAME_FIELD_NUMBER
Valore costante: 1
Metodi pubblici
booleano pubblico è uguale a (Oggetto obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
pubblico com.google.protobuf.ByteString getMetadata ()
Portions of the object that are not Tensors.
bytes metadata = 2; pubblico getParserForType ()
public int getSerializedSize ()
public TensorProto getTensors (indice 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; Elenco pubblico< TensorProto > getTensorsList ()
Tensors contained within objects being serialized.
repeated .tensorflow.TensorProto tensors = 3; public TensorProtoOrBuilder getTensorsOrBuilder (indice int)
Tensors contained within objects being serialized.
repeated .tensorflow.TensorProto tensors = 3; Elenco pubblico<? estende TensorProtoOrBuilder > getTensorsOrBuilderList ()
Tensors contained within objects being serialized.
repeated .tensorflow.TensorProto tensors = 3; stringa pubblica getTypeName ()
Name of the type of objects being serialized.
string type_name = 1; pubblico com.google.protobuf.ByteString getTypeNameBytes ()
Name of the type of objects being serialized.
string type_name = 1; pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final booleano isInitialized ()
public static VariantTensorDataProto parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
| IOException |
|---|
parseFrom pubblico statico VariantTensorDataProto (dati ByteBuffer)
Lancia
| InvalidProtocolBufferException |
|---|
pubblico statico VariantTensorDataProto parseFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
| IOException |
|---|
pubblico statico VariantTensorDataProto parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
| InvalidProtocolBufferException |
|---|
parseFrom pubblico statico VariantTensorDataProto (input com.google.protobuf.CodedInputStream)
Lancia
| IOException |
|---|
pubblico statico VariantTensorDataProto parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
| InvalidProtocolBufferException |
|---|
parseFrom pubblico statico VariantTensorDataProto (dati com.google.protobuf.ByteString)
Lancia
| InvalidProtocolBufferException |
|---|
public static VariantTensorDataProto parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
| IOException |
|---|
pubblico statico VariantTensorDataProto parseFrom (dati com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
| InvalidProtocolBufferException |
|---|
pubblico statico analizzatore ()
public void writeTo (output com.google.protobuf.CodedOutputStream)
Lancia
| IOException |
|---|