ValuesDef

classe final pública ValuesDef

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

Classes aninhadas

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

Constantes

int EXTERNAL_VALUES_FIELD_NUMBER
int VALUES_FIELD_NUMBER

Métodos Públicos

boleano
containsExternalValues (chave String)
 Value names referenced by but external to this context.
boleano
igual a (objeto obj)
static ValuesDef
ValuesDef
final static com.google.protobuf.Descriptors.Descriptor
Map <String, String>
int
getExternalValuesCount ()
 Value names referenced by but external to this context.
Map <String, String>
getExternalValuesMap ()
 Value names referenced by but external to this context.
Fragmento
getExternalValuesOrDefault (String key, String defaultValue)
 Value names referenced by but external to this context.
Fragmento
getExternalValuesOrThrow (String key)
 Value names referenced by but external to this context.
int
final com.google.protobuf.UnknownFieldSet
Fragmento
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.
int
getValuesCount ()
 Value names that have been seen in this context.
com.google.protobuf.ProtocolStringList
getValuesList ()
 Value names that have been seen in this context.
int
final booleano
static ValuesDef.Builder
newBuilder (protótipo ValuesDef )
static ValuesDef.Builder
ValuesDef.Builder
static ValuesDef
parseDelimitedFrom (input InputStream)
static ValuesDef
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValuesDef
parseFrom (dados ByteBuffer)
static ValuesDef
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValuesDef
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValuesDef
parseFrom (com.google.protobuf.CodedInputStream input)
static ValuesDef
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValuesDef
parseFrom (com.google.protobuf.ByteString data)
static ValuesDef
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValuesDef
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
ValuesDef.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

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 (String key)

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

public boolean equals (Object obj)

public static ValuesDef getDefaultInstance ()

public ValuesDef getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public Map <String, String> getExternalValues ()

public int getExternalValuesCount ()

 Value names referenced by but external to this context.
 
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;

public String getExternalValuesOrDefault (String key, String defaultValue)

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

public String getExternalValuesOrThrow (String key)

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

público getParserForType ()

public int getSerializedSize ()

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

public String getValues (int index)

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

public com.google.protobuf.ByteString getValuesBytes (int index)

 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 (protótipo ValuesDef )

public static ValuesDef.Builder newBuilder ()

public ValuesDef.Builder newBuilderForType ()

public static ValuesDef parseDelimitedFrom (InputStream input)

Lança
IOException

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

Lança
IOException

public static ValuesDef parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

public ValuesDef.Builder toBuilder ()

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

Lança
IOException