CondContextDef.Builder

classe finale statique publique CondContextDef.Builder

 Protocol buffer representing a CondContext object.
 
tensorflow.CondContextDef de type Protobuf.CondContextDef

Méthodes publiques

CondContextDef.Builder
addAllNestedContexts (Iterable<? étend ControlFlowContextDef > valeurs)
 Contexts contained inside this context (e.g.
CondContextDef.Builder
addNestedContexts ( ControlFlowContextDef.Builder builderForValue)
 Contexts contained inside this context (e.g.
CondContextDef.Builder
addNestedContexts (index int, valeur ControlFlowContextDef )
 Contexts contained inside this context (e.g.
CondContextDef.Builder
addNestedContexts (index int, ControlFlowContextDef.Builder builderForValue)
 Contexts contained inside this context (e.g.
CondContextDef.Builder
addNestedContexts (valeur ControlFlowContextDef )
 Contexts contained inside this context (e.g.
ControlFlowContextDef.Builder
addNestedContextsBuilder (index int)
 Contexts contained inside this context (e.g.
ControlFlowContextDef.Builder
addNestedContextsBuilder ()
 Contexts contained inside this context (e.g.
CondContextDef.Builder
addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
CondContextDef
CondContextDef
CondContextDef.Builder
clair ()
CondContextDef.Builder
effacerBranche ()
 Branch prediction.
CondContextDef.Builder
clearContextName ()
 Name of the context.
CondContextDef.Builder
clearField (champ com.google.protobuf.Descriptors.FieldDescriptor)
CondContextDef.Builder
clearNestedContexts ()
 Contexts contained inside this context (e.g.
CondContextDef.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
CondContextDef.Builder
clearPivotName ()
 Name of the pivot tensor.
CondContextDef.Builder
clearPredName ()
 Name of the pred tensor.
CondContextDef.Builder
clearValuesDef ()
 Values and external values in control flow context.
CondContextDef.Builder
cloner ()
int
obtenirBranche ()
 Branch prediction.
Chaîne
getContextName ()
 Name of the context.
com.google.protobuf.ByteString
getContextNameBytes ()
 Name of the context.
CondContextDef
final statique com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
ControlFlowContextDef
getNestedContexts (index int)
 Contexts contained inside this context (e.g.
ControlFlowContextDef.Builder
getNestedContextsBuilder (index int)
 Contexts contained inside this context (e.g.
Liste < ControlFlowContextDef.Builder >
getNestedContextsBuilderList ()
 Contexts contained inside this context (e.g.
int
getNestedContextsCount ()
 Contexts contained inside this context (e.g.
Liste < ControlFlowContextDef >
getNestedContextsList ()
 Contexts contained inside this context (e.g.
ControlFlowContextDefOrBuilder
getNestedContextsOrBuilder (index int)
 Contexts contained inside this context (e.g.
Liste<? étend ControlFlowContextDefOrBuilder >
getNestedContextsOrBuilderList ()
 Contexts contained inside this context (e.g.
Chaîne
getPivotName ()
 Name of the pivot tensor.
com.google.protobuf.ByteString
getPivotNameBytes ()
 Name of the pivot tensor.
Chaîne
getPredName ()
 Name of the pred tensor.
com.google.protobuf.ByteString
getPredNameBytes ()
 Name of the pred tensor.
ValeursDef
getValuesDef ()
 Values and external values in control flow context.
ValuesDef.Builder
getValuesDefBuilder ()
 Values and external values in control flow context.
ValeursDefOrBuilder
getValuesDefOrBuilder ()
 Values and external values in control flow context.
booléen
hasValuesDef ()
 Values and external values in control flow context.
booléen final
CondContextDef.Builder
mergeFrom (com.google.protobuf.Message autre)
CondContextDef.Builder
mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CondContextDef.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields)
CondContextDef.Builder
mergeValuesDef (valeur ValuesDef )
 Values and external values in control flow context.
CondContextDef.Builder
supprimerNestedContexts (index int)
 Contexts contained inside this context (e.g.
CondContextDef.Builder
setBranch (valeur entière)
 Branch prediction.
CondContextDef.Builder
setContextName (valeur de chaîne)
 Name of the context.
CondContextDef.Builder
setContextNameBytes (valeur com.google.protobuf.ByteString)
 Name of the context.
CondContextDef.Builder
setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
CondContextDef.Builder
setNestedContexts (index int, ControlFlowContextDef.Builder builderForValue)
 Contexts contained inside this context (e.g.
CondContextDef.Builder
setNestedContexts (index int, valeur ControlFlowContextDef )
 Contexts contained inside this context (e.g.
CondContextDef.Builder
setPivotName (valeur de chaîne)
 Name of the pivot tensor.
CondContextDef.Builder
setPivotNameBytes (valeur com.google.protobuf.ByteString)
 Name of the pivot tensor.
CondContextDef.Builder
setPredName (valeur de chaîne)
 Name of the pred tensor.
CondContextDef.Builder
setPredNameBytes (valeur com.google.protobuf.ByteString)
 Name of the pred tensor.
CondContextDef.Builder
setRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, index int, valeur de l'objet)
CondContextDef.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields)
CondContextDef.Builder
setValuesDef ( ValuesDef.Builder builderForValue)
 Values and external values in control flow context.
CondContextDef.Builder
setValuesDef (valeur ValuesDef )
 Values and external values in control flow context.

Méthodes héritées

Méthodes publiques

public CondContextDef.Builder addAllNestedContexts (Iterable<? étend ControlFlowContextDef > valeurs)

 Contexts contained inside this context (e.g. nested conds).
 
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;

public CondContextDef.Builder addNestedContexts ( ControlFlowContextDef.Builder builderForValue)

 Contexts contained inside this context (e.g. nested conds).
 
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;

public CondContextDef.Builder addNestedContexts (index int, valeur ControlFlowContextDef )

 Contexts contained inside this context (e.g. nested conds).
 
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;

public CondContextDef.Builder addNestedContexts (index int, ControlFlowContextDef.Builder builderForValue)

 Contexts contained inside this context (e.g. nested conds).
 
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;

public CondContextDef.Builder addNestedContexts (valeur ControlFlowContextDef )

 Contexts contained inside this context (e.g. nested conds).
 
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;

public ControlFlowContextDef.Builder addNestedContextsBuilder (index int)

 Contexts contained inside this context (e.g. nested conds).
 
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;

public ControlFlowContextDef.Builder addNestedContextsBuilder ()

 Contexts contained inside this context (e.g. nested conds).
 
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;

public CondContextDef.Builder addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)

build public CondContextDef ()

public CondContextDef buildPartial ()

public CondContextDef.Builder clear ()

public CondContextDef.Builder clearBranch ()

 Branch prediction. 0 or 1.
 
int32 branch = 4;

public CondContextDef.Builder clearContextName ()

 Name of the context.
 
string context_name = 1;

public CondContextDef.Builder clearField (champ com.google.protobuf.Descriptors.FieldDescriptor)

public CondContextDef.Builder clearNestedContexts ()

 Contexts contained inside this context (e.g. nested conds).
 
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;

public CondContextDef.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public CondContextDef.Builder clearPivotName ()

 Name of the pivot tensor.
 
string pivot_name = 3;

public CondContextDef.Builder clearPredName ()

 Name of the pred tensor.
 
string pred_name = 2;

public CondContextDef.Builder clearValuesDef ()

 Values and external values in control flow context.
 
.tensorflow.ValuesDef values_def = 5;

clone public CondContextDef.Builder ()

public int getBranche ()

 Branch prediction. 0 or 1.
 
int32 branch = 4;

chaîne publique getContextName ()

 Name of the context.
 
string context_name = 1;

public com.google.protobuf.ByteString getContextNameBytes ()

 Name of the context.
 
string context_name = 1;

public CondContextDef getDefaultInstanceForType ()

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

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public ControlFlowContextDef getNestedContexts (index int)

 Contexts contained inside this context (e.g. nested conds).
 
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;

public ControlFlowContextDef.Builder getNestedContextsBuilder (index int)

 Contexts contained inside this context (e.g. nested conds).
 
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;

liste publique < ControlFlowContextDef.Builder > getNestedContextsBuilderList ()

 Contexts contained inside this context (e.g. nested conds).
 
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;

public int getNestedContextsCount ()

 Contexts contained inside this context (e.g. nested conds).
 
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;

liste publique < ControlFlowContextDef > getNestedContextsList ()

 Contexts contained inside this context (e.g. nested conds).
 
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;

public ControlFlowContextDefOrBuilder getNestedContextsOrBuilder (index int)

 Contexts contained inside this context (e.g. nested conds).
 
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;

Liste publique <? étend ControlFlowContextDefOrBuilder > getNestedContextsOrBuilderList ()

 Contexts contained inside this context (e.g. nested conds).
 
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;

chaîne publique getPivotName ()

 Name of the pivot tensor.
 
string pivot_name = 3;

public com.google.protobuf.ByteString getPivotNameBytes ()

 Name of the pivot tensor.
 
string pivot_name = 3;

chaîne publique getPredName ()

 Name of the pred tensor.
 
string pred_name = 2;

public com.google.protobuf.ByteString getPredNameBytes ()

 Name of the pred tensor.
 
string pred_name = 2;

public ValuesDef getValuesDef ()

 Values and external values in control flow context.
 
.tensorflow.ValuesDef values_def = 5;

public ValuesDef.Builder getValuesDefBuilder ()

 Values and external values in control flow context.
 
.tensorflow.ValuesDef values_def = 5;

public ValuesDefOrBuilder getValuesDefOrBuilder ()

 Values and external values in control flow context.
 
.tensorflow.ValuesDef values_def = 5;

public booléen hasValuesDef ()

 Values and external values in control flow context.
 
.tensorflow.ValuesDef values_def = 5;

public final booléen isInitialized ()

public CondContextDef.Builder mergeFrom (com.google.protobuf.Message autre)

public CondContextDef.Builder mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public final CondContextDef.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public CondContextDef.Builder mergeValuesDef (valeur ValuesDef )

 Values and external values in control flow context.
 
.tensorflow.ValuesDef values_def = 5;

public CondContextDef.Builder removeNestedContexts (index int)

 Contexts contained inside this context (e.g. nested conds).
 
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;

public CondContextDef.Builder setBranch (valeur int)

 Branch prediction. 0 or 1.
 
int32 branch = 4;

public CondContextDef.Builder setContextName (valeur de chaîne)

 Name of the context.
 
string context_name = 1;

public CondContextDef.Builder setContextNameBytes (valeur com.google.protobuf.ByteString)

 Name of the context.
 
string context_name = 1;

public CondContextDef.Builder setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)

public CondContextDef.Builder setNestedContexts (index int, ControlFlowContextDef.Builder builderForValue)

 Contexts contained inside this context (e.g. nested conds).
 
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;

public CondContextDef.Builder setNestedContexts (index int, valeur ControlFlowContextDef )

 Contexts contained inside this context (e.g. nested conds).
 
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;

public CondContextDef.Builder setPivotName (valeur de chaîne)

 Name of the pivot tensor.
 
string pivot_name = 3;

public CondContextDef.Builder setPivotNameBytes (valeur com.google.protobuf.ByteString)

 Name of the pivot tensor.
 
string pivot_name = 3;

public CondContextDef.Builder setPredName (valeur de chaîne)

 Name of the pred tensor.
 
string pred_name = 2;

public CondContextDef.Builder setPredNameBytes (valeur com.google.protobuf.ByteString)

 Name of the pred tensor.
 
string pred_name = 2;

public CondContextDef.Builder setRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, index int, valeur de l'objet)

public final CondContextDef.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public CondContextDef.Builder setValuesDef ( ValuesDef.Builder builderForValue)

 Values and external values in control flow context.
 
.tensorflow.ValuesDef values_def = 5;

public CondContextDef.Builder setValuesDef (valeur ValuesDef )

 Values and external values in control flow context.
 
.tensorflow.ValuesDef values_def = 5;