ValuesDef

ValuesDef de clase final pública

 Protocol buffer representing the values in ControlFlowContext.
 
Tipo de tensorflow.ValuesDef

Clases anidadas

clase ValuesDef.Builder
 Protocol buffer representing the values in ControlFlowContext. 

Constantes

En t EXTERNAL_VALUES_FIELD_NUMBER
En t VALUES_FIELD_NUMBER

Métodos públicos

booleano
containsExternalValues (clave de cadena)
 Value names referenced by but external to this context.
booleano
es igual a (Objeto obj)
static ValuesDef
ValoresDef
com.google.protobuf.Descriptors.Descriptor estático final
Mapa <Cadena, Cadena>
En t
getExternalValuesCount ()
 Value names referenced by but external to this context.
Mapa <Cadena, Cadena>
getExternalValuesMap ()
 Value names referenced by but external to this context.
Cuerda
getExternalValuesOrDefault (clave de cadena, valor predeterminado de cadena)
 Value names referenced by but external to this context.
Cuerda
getExternalValuesOrThrow (clave de cadena)
 Value names referenced by but external to this context.
En t
final com.google.protobuf.UnknownFieldSet
Cuerda
getValues (índice int)
 Value names that have been seen in this context.
com.google.protobuf.ByteString
getValuesBytes (índice int)
 Value names that have been seen in this context.
En t
getValuesCount ()
 Value names that have been seen in this context.
com.google.protobuf.ProtocolStringList
getValuesList ()
 Value names that have been seen in this context.
En t
booleano final
static ValuesDef.Builder
newBuilder (prototipo de ValuesDef )
static ValuesDef.Builder
ValuesDef.Builder
static ValuesDef
parseDelimitedFrom (entrada InputStream)
static ValuesDef
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValuesDef
parseFrom (datos ByteBuffer)
static ValuesDef
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValuesDef
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValuesDef
parseFrom (entrada com.google.protobuf.CodedInputStream)
static ValuesDef
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValuesDef
parseFrom (datos com.google.protobuf.ByteString)
static ValuesDef
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValuesDef
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
ValuesDef.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

public static final int EXTERNAL_VALUES_FIELD_NUMBER

Valor constante: 2

public static final int VALUES_FIELD_NUMBER

Valor constante: 1

Métodos públicos

public boolean containsExternalValues (clave de cadena)

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

public boolean es igual a (Object obj)

public static ValuesDef getDefaultInstance ()

public ValuesDef getDefaultInstanceForType ()

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

public Map <String, String> getExternalValues ()

Utilice getExternalValuesMap() lugar.

public int getExternalValuesCount ()

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

public Map <String, String> getExternalValuesMap ()

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

public String getExternalValuesOrDefault (clave de cadena, valor predeterminado de cadena)

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

public String getExternalValuesOrThrow (clave de cadena)

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

público getParserForType ()

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

getValues ​​de cadena pública (índice int)

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

public com.google.protobuf.ByteString getValuesBytes (índice int)

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

public int getValuesCount ()

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

public com.google.protobuf.ProtocolStringList getValuesList ()

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

public int hashCode ()

public final boolean isInitialized ()

public static ValuesDef.Builder newBuilder (prototipo de ValuesDef )

public static ValuesDef.Builder newBuilder ()

public ValuesDef.Builder newBuilderForType ()

public static ValuesDef parseDelimitedFrom (entrada InputStream)

Lanza
IOException

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

Lanza
IOException

public static ValuesDef parseFrom (ByteBuffer datos)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

Public static ValuesDef parseFrom (com.google.protobuf.ByteString data)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

público estático analizador ()

public ValuesDef.Builder toBuilder ()

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

Lanza
IOException