classe final pública TupleValue
Represents a Python tuple.
tensorflow.TupleValue
Classes aninhadas
aula | TupleValue.Builder | Represents a Python tuple. |
Constantes
interno | VALUES_FIELD_NUMBER |
Métodos Públicos
booleano | é igual (objeto obj) |
TupleValue estático | |
TuplaValor | |
final estático com.google.protobuf.Descriptors.Descriptor | |
interno | |
final com.google.protobuf.UnknownFieldSet | |
Valor Estruturado | getValues (índice interno) repeated .tensorflow.StructuredValue values = 1; |
interno | getValuesCount () repeated .tensorflow.StructuredValue values = 1; |
Lista <ValorEstruturado> | getValuesList () repeated .tensorflow.StructuredValue values = 1; |
StructuredValueOrBuilder | getValuesOrBuilder (índice interno) repeated .tensorflow.StructuredValue values = 1; |
Lista<? estende StructuredValueOrBuilder > | getValuesOrBuilderList () repeated .tensorflow.StructuredValue values = 1; |
interno | código hash () |
booleano final | |
TupleValue.Builder estático | newBuilder (protótipo TupleValue ) |
TupleValue.Builder estático | |
TupleValue.Builder | |
TupleValue estático | parseDelimitedFrom (entrada InputStream) |
TupleValue estático | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TupleValue estático | parseFrom (dados de ByteBuffer) |
TupleValue estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TupleValue estático | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TupleValue estático | parseFrom (entrada com.google.protobuf.CodedInputStream) |
TupleValue estático | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TupleValue estático | parseFrom (dados com.google.protobuf.ByteString) |
TupleValue estático | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TupleValue estático | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático | analisador () |
TupleValue.Builder | |
vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
booleano | é igual (objeto arg0) |
aula final<?> | getClass () |
interno | código hash () |
vazio final | notificar () |
vazio final | notificar todos () |
Corda | toString () |
vazio final | espere (long arg0, int arg1) |
vazio final | espere (arg0 longo) |
vazio final | espere () |
valor estruturado abstrato | getValues (índice interno) repeated .tensorflow.StructuredValue values = 1; |
abstrato int | getValuesCount () repeated .tensorflow.StructuredValue values = 1; |
Lista abstrata <ValorEstruturado> | getValuesList () repeated .tensorflow.StructuredValue values = 1; |
Resumo StructuredValueOrBuilder | getValuesOrBuilder (índice interno) repeated .tensorflow.StructuredValue values = 1; |
lista abstrata<? estende StructuredValueOrBuilder > | getValuesOrBuilderList () repeated .tensorflow.StructuredValue values = 1; |
Constantes
int final estático público VALUES_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 getParserForType ()
público int getSerializedSize ()
final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
público int getValuesCount ()
repeated .tensorflow.StructuredValue values = 1;
public StructuredValueOrBuilder getValuesOrBuilder (índice int)
repeated .tensorflow.StructuredValue values = 1;
Lista pública<? estende StructuredValueOrBuilder > getValuesOrBuilderList ()
repeated .tensorflow.StructuredValue values = 1;
hashCode int público ()
público final booleano isInitialized ()
public static TupleValue parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static TupleValue parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static TupleValue parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
TupleValue estático público parseFrom (entrada com.google.protobuf.CodedInputStream)
Lança
IOException |
---|
TupleValue estático público parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
TupleValue estático público parseFrom (dados com.google.protobuf.ByteString)
Lança
InvalidProtocolBufferException |
---|
public static TupleValue parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
TupleValue estático público 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 |
---|