ValuesDef

classe final pública ValuesDef

 Protocol buffer representing the values in ControlFlowContext.
 
Protobuf tipo tensorflow.ValuesDef

Classes aninhadas

aula ValoresDef.Builder
 Protocol buffer representing the values in ControlFlowContext. 

Constantes

interno EXTERNAL_VALUES_FIELD_NUMBER
interno VALUES_FIELD_NUMBER

Métodos Públicos

boleano
contémExternalValues ​​(chave String)
 Value names referenced by but external to this context.
boleano
é igual (objeto obj)
Valores estáticosDef
ValoresDef
final estático com.google.protobuf.Descriptors.Descriptor
Mapa<String, String>
interno
getExternalValuesCount ()
 Value names referenced by but external to this context.
Mapa<String, String>
getExternalValuesMap ()
 Value names referenced by but external to this context.
Corda
getExternalValuesOrDefault (chave de string, string defaultValue)
 Value names referenced by but external to this context.
Corda
getExternalValuesOrThrow (chave de string)
 Value names referenced by but external to this context.
interno
final com.google.protobuf.UnknownFieldSet
Corda
getValues ​​(índice interno)
 Value names that have been seen in this context.
com.google.protobuf.ByteString
getValuesBytes (índice interno)
 Value names that have been seen in this context.
interno
getValuesCount ()
 Value names that have been seen in this context.
com.google.protobuf.ProtocolStringList
getValuesList ()
 Value names that have been seen in this context.
interno
booleano final
Valores estáticosDef.Builder
newBuilder (protótipo ValuesDef )
Valores estáticosDef.Builder
ValoresDef.Builder
Valores estáticosDef
parseDelimitedFrom (entrada InputStream)
Valores estáticosDef
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Valores estáticosDef
parseFrom (dados de ByteBuffer)
Valores estáticosDef
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Valores estáticosDef
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Valores estáticosDef
parseFrom (entrada com.google.protobuf.CodedInputStream)
Valores estáticosDef
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Valores estáticosDef
parseFrom (dados com.google.protobuf.ByteString)
Valores estáticosDef
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Valores estáticosDef
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
ValoresDef.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

público estático final int EXTERNAL_VALUES_FIELD_NUMBER

Valor Constante: 2

int final estático público VALUES_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

booleano público contémExternalValues ​​(chave String)

 Value names referenced by but external to this context.
 
map<string, string> external_values = 2;

booleano público é igual (Object obj)

public static ValuesDef getDefaultInstance ()

valores públicosDef getDefaultInstanceForType ()

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

public Map<String, String> getExternalValues ()

Use getExternalValuesMap() em vez disso.

público int getExternalValuesCount ()

 Value names referenced by but external to this context.
 
map<string, string> external_values = 2;

mapa público<String, String> getExternalValuesMap ()

 Value names referenced by but external to this context.
 
map<string, string> external_values = 2;

string pública getExternalValuesOrDefault (chave de string, string defaultValue)

 Value names referenced by but external to this context.
 
map<string, string> external_values = 2;

string pública getExternalValuesOrThrow (chave de string)

 Value names referenced by but external to this context.
 
map<string, string> external_values = 2;

público getParserForType ()

público int getSerializedSize ()

final público com.google.protobuf.UnknownFieldSet getUnknownFields ()

string pública getValues ​​(índice int)

 Value names that have been seen in this context.
 
repeated string values = 1;

público com.google.protobuf.ByteString getValuesBytes (índice int)

 Value names that have been seen in this context.
 
repeated string values = 1;

público int getValuesCount ()

 Value names that have been seen in this context.
 
repeated string values = 1;

público com.google.protobuf.ProtocolStringList getValuesList ()

 Value names that have been seen in this context.
 
repeated string values = 1;

hashCode int público ()

público final booleano isInitialized ()

public static ValuesDef.Builder newBuilder (protótipo ValuesDef )

valores estáticos públicosDef.Builder newBuilder ()

Valores públicosDef.Builder newBuilderForType ()

public static ValuesDef parseDelimitedFrom (entrada InputStream)

Lança
IOException

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

Lança
IOException

public static ValuesDef parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

public static ValuesDef parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static ValuesDef parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

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

Lança
IOException

public static ValuesDef parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static ValuesDef parseFrom (dados com.google.protobuf.ByteString)

Lança
InvalidProtocolBufferException

public static ValuesDef parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static ValuesDef parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

Valores públicosDef.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException