clase final estática pública CondContextDef.Builder
Protocol buffer representing a CondContext object.
tensorflow.CondContextDef
Métodos públicos
CondContextDef.Builder | addAllNestedContexts (Iterable<? extiende los valores 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 | |
ControlFlowContextDef.Builder | addNestedContextsBuilder (índice int) Contexts contained inside this context (e.g. |
ControlFlowContextDef.Builder | agregarNestedContextsBuilder () Contexts contained inside this context (e.g. |
CondContextDef.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto) |
CondContextDef | construir () |
CondContextDef | |
CondContextDef.Builder | claro () |
CondContextDef.Builder | borrar rama () Branch prediction. |
CondContextDef.Builder | borrarContextName () Name of the context. |
CondContextDef.Builder | clearField (campo com.google.protobuf.Descriptors.FieldDescriptor) |
CondContextDef.Builder | borrarContextosAnidados () Contexts contained inside this context (e.g. |
CondContextDef.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor uno de) |
CondContextDef.Builder | borrar nombre de pivote () Name of the pivot tensor. |
CondContextDef.Builder | borrarNombrePred () Name of the pred tensor. |
CondContextDef.Builder | borrarValoresDef () Values and external values in control flow context. |
CondContextDef.Builder | clonar () |
entero | obtener rama () Branch prediction. |
Cadena | 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. |
entero | getNestedContextsCount () Contexts contained inside this context (e.g. |
Lista< ControlFlowContextDef > | obtener Lista de contextos anidados () 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. |
Cadena | getPivotName () Name of the pivot tensor. |
com.google.protobuf.ByteString | getPivotNameBytes () Name of the pivot tensor. |
Cadena | getPredNombre () Name of the pred tensor. |
com.google.protobuf.ByteString | getPredNameBytes () Name of the pred tensor. |
ValoresDef | obtenerValoresDef () Values and external values in control flow context. |
ValoresDef.Builder | getValuesDefBuilder () Values and external values in control flow context. |
ValoresDefOrBuilder | getValuesDefOrBuilder () Values and external values in control flow context. |
booleano | tieneValuesDef () 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 extensiónRegistry) |
CondContextDef.Builder final | mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields) |
CondContextDef.Builder | |
CondContextDef.Builder | eliminarNestedContexts (í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 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 com.google.protobuf.ByteString) Name of the pivot tensor. |
CondContextDef.Builder | setPredName (valor de cadena) Name of the pred tensor. |
CondContextDef.Builder | setPredNameBytes (valor com.google.protobuf.ByteString) Name of the pred tensor. |
CondContextDef.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto) |
CondContextDef.Builder final | setUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields) |
CondContextDef.Builder | setValuesDef ( ValuesDef.Builder constructorForValue) Values and external values in control flow context. |
CondContextDef.Builder |
Métodos heredados
Métodos públicos
public CondContextDef.Builder addAllNestedContexts (Iterable<? extiende ControlFlowContextDef > valores)
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
público CondContextDef.Builder addNestedContexts ( ControlFlowContextDef.Builder builderForValue)
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
público CondContextDef.Builder addNestedContexts (índice int, valor ControlFlowContextDef )
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
público CondContextDef.Builder addNestedContexts (índice int, ControlFlowContextDef.Builder builderForValue)
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
público CondContextDef.Builder addNestedContexts (valor ControlFlowContextDef )
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
público ControlFlowContextDef.Builder addNestedContextsBuilder (índice int)
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
público ControlFlowContextDef.Builder addNestedContextsBuilder ()
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
público CondContextDef.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
público CondContextDef.Builder clearNestedContexts ()
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
público CondContextDef.Builder clearValuesDef ()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 5;
público int getBranch ()
Branch prediction. 0 or 1.
int32 branch = 4;
cadena pública getContextName ()
Name of the context.
string context_name = 1;
público com.google.protobuf.ByteString getContextNameBytes ()
Name of the context.
string context_name = 1;
público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
ControlFlowContextDef público getNestedContexts (índice int)
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
ControlFlowContextDef.Builder público 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;
público 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;
público 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;
cadena pública getPivotName ()
Name of the pivot tensor.
string pivot_name = 3;
público com.google.protobuf.ByteString getPivotNameBytes ()
Name of the pivot tensor.
string pivot_name = 3;
cadena pública getPredName ()
Name of the pred tensor.
string pred_name = 2;
público com.google.protobuf.ByteString getPredNameBytes ()
Name of the pred tensor.
string pred_name = 2;
ValoresDef públicos getValuesDef ()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 5;
valores públicosDef.Builder getValuesDefBuilder ()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 5;
valores públicosDefOrBuilder getValuesDefOrBuilder ()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 5;
hasValuesDef booleano público ()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 5;
público final booleano isInitialized ()
público CondContextDef.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
Lanza
IOExcepción |
---|
público final CondContextDef.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)
público CondContextDef.Builder mergeValuesDef (valor ValuesDef )
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 5;
público CondContextDef.Builder removeNestedContexts (índice int)
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
público CondContextDef.Builder setContextName (valor de cadena)
Name of the context.
string context_name = 1;
público CondContextDef.Builder setContextNameBytes (valor com.google.protobuf.ByteString)
Name of the context.
string context_name = 1;
público CondContextDef.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
público CondContextDef.Builder setNestedContexts (índice int, ControlFlowContextDef.Builder builderForValue)
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
público CondContextDef.Builder setNestedContexts (índice int, valor ControlFlowContextDef )
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
público CondContextDef.Builder setPivotName (valor de cadena)
Name of the pivot tensor.
string pivot_name = 3;
público CondContextDef.Builder setPivotNameBytes (valor com.google.protobuf.ByteString)
Name of the pivot tensor.
string pivot_name = 3;
público CondContextDef.Builder setPredName (valor de cadena)
Name of the pred tensor.
string pred_name = 2;
público CondContextDef.Builder setPredNameBytes (valor com.google.protobuf.ByteString)
Name of the pred tensor.
string pred_name = 2;
público CondContextDef.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
público final CondContextDef.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)
público CondContextDef.Builder setValuesDef ( ValuesDef.Builder builderForValue)
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 5;
público CondContextDef.Builder setValuesDef (valor ValuesDef )
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 5;