CondContextDef.Builder

clase final estática pública CondContextDef.Builder

 Protocol buffer representing a CondContext object.
 
Protobuf tipo tensorflow.CondContextDef

Métodos públicos

CondContextDef.Builder
addAllNestedContexts (Iterable <? extiende los valores de ControlFlowContextDef >)
 Contexts contained inside this context (e.g.
CondContextDef.Builder
addNestedContexts ( ControlFlowContextDef.Builder builderForValue)
 Contexts contained inside this context (e.g.
CondContextDef.Builder
addNestedContexts (índice int, valor ControlFlowContextDef )
 Contexts contained inside this context (e.g.
CondContextDef.Builder
addNestedContexts (índice int, ControlFlowContextDef.Builder builderForValue)
 Contexts contained inside this context (e.g.
CondContextDef.Builder
addNestedContexts (valor ControlFlowContextDef )
 Contexts contained inside this context (e.g.
ControlFlowContextDef.Builder
addNestedContextsBuilder (índice int)
 Contexts contained inside this context (e.g.
ControlFlowContextDef.Builder
addNestedContextsBuilder ()
 Contexts contained inside this context (e.g.
CondContextDef.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
CondContextDef
CondContextDef
CondContextDef.Builder
claro ()
CondContextDef.Builder
clearBranch ()
 Branch prediction.
CondContextDef.Builder
clearContextName ()
 Name of the context.
CondContextDef.Builder
clearField (campo 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
clonar ()
En t
getBranch ()
 Branch prediction.
Cuerda
getContextName ()
 Name of the context.
com.google.protobuf.ByteString
getContextNameBytes ()
 Name of the context.
CondContextDef
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Descriptors.Descriptor
ControlFlowContextDef
getNestedContexts (índice int)
 Contexts contained inside this context (e.g.
ControlFlowContextDef.Builder
getNestedContextsBuilder (índice int)
 Contexts contained inside this context (e.g.
Lista < ControlFlowContextDef.Builder >
getNestedContextsBuilderList ()
 Contexts contained inside this context (e.g.
En t
getNestedContextsCount ()
 Contexts contained inside this context (e.g.
Lista < ControlFlowContextDef >
getNestedContextsList ()
 Contexts contained inside this context (e.g.
ControlFlowContextDefOrBuilder
getNestedContextsOrBuilder (índice int)
 Contexts contained inside this context (e.g.
Lista <? extiende ControlFlowContextDefOrBuilder >
getNestedContextsOrBuilderList ()
 Contexts contained inside this context (e.g.
Cuerda
getPivotName ()
 Name of the pivot tensor.
com.google.protobuf.ByteString
getPivotNameBytes ()
 Name of the pivot tensor.
Cuerda
getPredName ()
 Name of the pred tensor.
com.google.protobuf.ByteString
getPredNameBytes ()
 Name of the pred tensor.
ValoresDef
getValuesDef ()
 Values and external values in control flow context.
ValuesDef.Builder
getValuesDefBuilder ()
 Values and external values in control flow context.
ValuesDefOrBuilder
getValuesDefOrBuilder ()
 Values and external values in control flow context.
booleano
hasValuesDef ()
 Values and external values in control flow context.
booleano final
CondContextDef.Builder
mergeFrom (com.google.protobuf.Message otro)
CondContextDef.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
final CondContextDef.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
CondContextDef.Builder
mergeValuesDef (valor de ValuesDef )
 Values and external values in control flow context.
CondContextDef.Builder
removeNestedContexts (índice int)
 Contexts contained inside this context (e.g.
CondContextDef.Builder
setBranch (valor int)
 Branch prediction.
CondContextDef.Builder
setContextName (valor de cadena)
 Name of the context.
CondContextDef.Builder
setContextNameBytes (valor de com.google.protobuf.ByteString)
 Name of the context.
CondContextDef.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
CondContextDef.Builder
setNestedContexts (índice int, ControlFlowContextDef.Builder builderForValue)
 Contexts contained inside this context (e.g.
CondContextDef.Builder
setNestedContexts (índice int, valor ControlFlowContextDef )
 Contexts contained inside this context (e.g.
CondContextDef.Builder
setPivotName (valor de cadena)
 Name of the pivot tensor.
CondContextDef.Builder
setPivotNameBytes (valor de com.google.protobuf.ByteString)
 Name of the pivot tensor.
CondContextDef.Builder
setPredName (valor de cadena)
 Name of the pred tensor.
CondContextDef.Builder
setPredNameBytes (valor de com.google.protobuf.ByteString)
 Name of the pred tensor.
CondContextDef.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
final CondContextDef.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
CondContextDef.Builder
setValuesDef ( ValuesDef.Builder builderForValue)
 Values and external values in control flow context.
CondContextDef.Builder
setValuesDef (valor de ValuesDef )
 Values and external values in control flow context.

Métodos heredados

Métodos públicos

public CondContextDef.Builder addAllNestedContexts (Iterable <? extiende los valores de ControlFlowContextDef >)

 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 (índice int, valor ControlFlowContextDef )

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

public CondContextDef.Builder addNestedContexts (índice int, ControlFlowContextDef.Builder builderForValue)

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

public CondContextDef.Builder addNestedContexts (valor ControlFlowContextDef )

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

public ControlFlowContextDef.Builder addNestedContextsBuilder (índice 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 (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

public CondContextDef build ()

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 (campo 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;

public CondContextDef.Builder clone ()

public int getBranch ()

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

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

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

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

public ControlFlowContextDef getNestedContexts (índice int)

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

public ControlFlowContextDef.Builder getNestedContextsBuilder (índice int)

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

Lista pública < 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;

Lista pública < ControlFlowContextDef > getNestedContextsList ()

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

public ControlFlowContextDefOrBuilder getNestedContextsOrBuilder (índice int)

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

Lista pública <? extiende ControlFlowContextDefOrBuilder > getNestedContextsOrBuilderList ()

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

public String 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;

public String 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 boolean hasValuesDef ()

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

public final boolean isInitialized ()

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

public CondContextDef.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

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

public CondContextDef.Builder mergeValuesDef (valor de ValuesDef )

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

public CondContextDef.Builder removeNestedContexts (índice int)

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

public CondContextDef.Builder setBranch (valor int)

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

public CondContextDef.Builder setContextName (valor de cadena)

 Name of the context.
 
string context_name = 1;

public CondContextDef.Builder setContextNameBytes (valor de com.google.protobuf.ByteString)

 Name of the context.
 
string context_name = 1;

public CondContextDef.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

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

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

public CondContextDef.Builder setNestedContexts (índice int, valor ControlFlowContextDef )

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

public CondContextDef.Builder setPivotName (valor de cadena)

 Name of the pivot tensor.
 
string pivot_name = 3;

public CondContextDef.Builder setPivotNameBytes (valor de com.google.protobuf.ByteString)

 Name of the pivot tensor.
 
string pivot_name = 3;

public CondContextDef.Builder setPredName (valor de cadena)

 Name of the pred tensor.
 
string pred_name = 2;

public CondContextDef.Builder setPredNameBytes (valor de com.google.protobuf.ByteString)

 Name of the pred tensor.
 
string pred_name = 2;

public CondContextDef.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)

público 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 (valor de ValuesDef )

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