classe final pública VariantTensorDataProto
Protocol buffer representing the serialization format of DT_VARIANT tensors.
tensorflow.VariantTensorDataProto Classes aninhadas
| aula | VarianteTensorDataProto.Builder | Protocol buffer representing the serialization format of DT_VARIANT tensors. | |
Constantes
| interno | METADATA_FIELD_NUMBER | |
| interno | TENSORS_FIELD_NUMBER | |
| interno | TYPE_NAME_FIELD_NUMBER |
Métodos Públicos
| booleano | é igual (objeto obj) |
| Variante estáticaTensorDataProto | |
| VarianteTensorDataProto | |
| final estático com.google.protobuf.Descriptors.Descriptor | |
| com.google.protobuf.ByteString | getMetadata () Portions of the object that are not Tensors. |
| interno | |
| TensorProto | getTensors (índice interno) Tensors contained within objects being serialized. |
| interno | getTensorsCount () Tensors contained within objects being serialized. |
| Lista< TensorProto > | getTensorsList () Tensors contained within objects being serialized. |
| TensorProtoOrBuilder | getTensorsOrBuilder (índice interno) Tensors contained within objects being serialized. |
| Lista<? estende TensorProtoOrBuilder > | getTensorsOrBuilderList () Tensors contained within objects being serialized. |
| Corda | getTypeNome () Name of the type of objects being serialized. |
| com.google.protobuf.ByteString | getTypeNomeBytes () Name of the type of objects being serialized. |
| final com.google.protobuf.UnknownFieldSet | |
| interno | código hash () |
| booleano final | |
| VariantTensorDataProto.Builder estático | newBuilder (protótipo VariantTensorDataProto ) |
| VariantTensorDataProto.Builder estático | |
| VarianteTensorDataProto.Builder | |
| Variante estáticaTensorDataProto | parseDelimitedFrom (entrada InputStream) |
| Variante estáticaTensorDataProto | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Variante estáticaTensorDataProto | parseFrom (dados de ByteBuffer) |
| Variante estáticaTensorDataProto | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Variante estáticaTensorDataProto | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Variante estáticaTensorDataProto | parseFrom (entrada com.google.protobuf.CodedInputStream) |
| Variante estáticaTensorDataProto | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Variante estáticaTensorDataProto | parseFrom (dados com.google.protobuf.ByteString) |
| Variante estáticaTensorDataProto | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Variante estáticaTensorDataProto | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| VarianteTensorDataProto.Builder | |
| vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
público estático final int METADATA_FIELD_NUMBER
Valor Constante: 2
público estático final int TENSORS_FIELD_NUMBER
Valor Constante: 3
público estático final int TYPE_NAME_FIELD_NUMBER
Valor Constante: 1
Métodos Públicos
booleano público é igual (Object obj)
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
público com.google.protobuf.ByteString getMetadata ()
Portions of the object that are not Tensors.
bytes metadata = 2; público getParserForType ()
público int getSerializedSize ()
público TensorProto getTensors (índice int)
Tensors contained within objects being serialized.
repeated .tensorflow.TensorProto tensors = 3; público 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; público TensorProtoOrBuilder getTensorsOrBuilder (índice int)
Tensors contained within objects being serialized.
repeated .tensorflow.TensorProto tensors = 3; Lista pública<? estende TensorProtoOrBuilder > getTensorsOrBuilderList ()
Tensors contained within objects being serialized.
repeated .tensorflow.TensorProto tensors = 3; String pública getTypeName ()
Name of the type of objects being serialized.
string type_name = 1; público com.google.protobuf.ByteString getTypeNameBytes ()
Name of the type of objects being serialized.
string type_name = 1; final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
hashCode int público ()
público final booleano isInitialized ()
public static VariantTensorDataProto parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
público estático VariantTensorDataProto parseFrom (dados ByteBuffer)
Lança
| InvalidProtocolBufferException |
|---|
public static VariantTensorDataProto parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static VariantTensorDataProto parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
público estático VariantTensorDataProto parseFrom (entrada com.google.protobuf.CodedInputStream)
Lança
| IOException |
|---|
public static VariantTensorDataProto parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
público estático VariantTensorDataProto parseFrom (dados com.google.protobuf.ByteString)
Lança
| InvalidProtocolBufferException |
|---|
public static VariantTensorDataProto parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
público estático VariantTensorDataProto parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
| IOException |
|---|