ValuesDef

classe finale pubblica ValuesDef

 Protocol buffer representing the values in ControlFlowContext.
 
Tipo di protocollo tensorflow.ValuesDef

Classi nidificate

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

Costanti

int NUMERO_CAMPO_VALORI_ESTERNI
int VALUES_FIELD_NUMBER

Metodi pubblici

booleano
contieneExternalValues ​​(chiave String)
 Value names referenced by but external to this context.
booleano
è uguale a (Oggetto oggetto)
Valori staticiDef
ValoriDef
com.google.protobuf.Descriptors.Descriptor statico finale
Mappa<Stringa, Stringa>
int
getExternalValuesCount ()
 Value names referenced by but external to this context.
Mappa<Stringa, Stringa>
getMappaValoriEsterni ()
 Value names referenced by but external to this context.
Corda
getExternalValuesOrDefault (chiave String, String defaultValue)
 Value names referenced by but external to this context.
Corda
getExternalValuesOrThrow (chiave String)
 Value names referenced by but external to this context.
int
finale com.google.protobuf.UnknownFieldSet
Corda
getValues ​​(indice int)
 Value names that have been seen in this context.
com.google.protobuf.ByteString
getValuesBytes (indice int)
 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
booleano finale
valori staticiDef.Builder
newBuilder (prototipo ValuesDef )
valori staticiDef.Builder
ValuesDef.Builder
Valori staticiDef
parseDelimitedFrom (input InputStream)
Valori staticiDef
parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Valori staticiDef
parseFrom (dati ByteBuffer)
Valori staticiDef
parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
Valori staticiDef
parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Valori staticiDef
parseFrom (ingresso com.google.protobuf.CodedInputStream)
Valori staticiDef
parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Valori staticiDef
parseFrom (dati com.google.protobuf.ByteString)
Valori staticiDef
parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Valori staticiDef
parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
statico
ValuesDef.Builder
vuoto
writeTo (output com.google.protobuf.CodedOutputStream)

Metodi ereditati

Costanti

public static final int EXTERNAL_VALUES_FIELD_NUMBER

Valore costante: 2

public static final int VALUES_FIELD_NUMBER

Valore costante: 1

Metodi pubblici

booleano pubblico contieneExternalValues ​​(chiave String)

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

booleano pubblico è uguale a (Oggetto obj)

public static ValuesDef getDefaultInstance ()

public ValuesDef getDefaultInstanceForType ()

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

public Map<String, String> getExternalValues ​​()

Utilizzare invece getExternalValuesMap() .

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 (chiave String, String defaultValue)

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

public String getExternalValuesOrThrow (chiave String)

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

pubblico getParserForType ()

public int getSerializedSize ()

pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()

public String getValues ​​(indice int)

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

pubblico com.google.protobuf.ByteString getValuesBytes (indice 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;

pubblico com.google.protobuf.ProtocolStringList getValuesList ()

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

public int hashCode ()

public final booleano isInitialized ()

public static ValuesDef.Builder newBuilder (prototipo ValuesDef )

public static ValuesDef.Builder newBuilder ()

public ValuesDef.Builder newBuilderForType ()

public static ValuesDef parseDelimitedFrom (input InputStream)

Lancia
IOException

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

Lancia
IOException

public static ValuesDef parseFrom (dati ByteBuffer)

Lancia
InvalidProtocolBufferException

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

Lancia
IOException

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

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico ValuesDef (input com.google.protobuf.CodedInputStream)

Lancia
IOException

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

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico ValuesDef (dati com.google.protobuf.ByteString)

Lancia
InvalidProtocolBufferException

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

Lancia
IOException

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

Lancia
InvalidProtocolBufferException

pubblico statico analizzatore ()

public ValuesDef.Builder toBuilder ()

public void writeTo (output com.google.protobuf.CodedOutputStream)

Lancia
IOException