classe finale statica pubblica CondContextDef.Builder
Protocol buffer representing a CondContext object.
tensorflow.CondContextDef
Metodi pubblici
CondContextDef.Builder | addAllNestedContexts (Iterable<? estende ControlFlowContextDef > valori) Contexts contained inside this context (e.g. |
CondContextDef.Builder | addNestedContexts ( ControlFlowContextDef.Builder builderForValue) Contexts contained inside this context (e.g. |
CondContextDef.Builder | addNestedContexts (indice int, valore ControlFlowContextDef ) Contexts contained inside this context (e.g. |
CondContextDef.Builder | addNestedContexts (indice int, ControlFlowContextDef.Builder builderForValue) Contexts contained inside this context (e.g. |
CondContextDef.Builder | |
ControlFlowContextDef.Builder | addNestedContextsBuilder (indice int) Contexts contained inside this context (e.g. |
ControlFlowContextDef.Builder | aggiungiNestedContextsBuilder () Contexts contained inside this context (e.g. |
CondContextDef.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto) |
CondContestoDef | costruire () |
CondContestoDef | buildPartial () |
CondContextDef.Builder | chiaro () |
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 | clone () |
int | getBranch () Branch prediction. |
Corda | getNomeContesto () Name of the context. |
com.google.protobuf.ByteString | getContextNameBytes () Name of the context. |
CondContestoDef | |
com.google.protobuf.Descriptors.Descriptor statico finale | |
com.google.protobuf.Descriptors.Descriptor | |
ControlFlowContextDef | getNestedContexts (indice int) Contexts contained inside this context (e.g. |
ControlFlowContextDef.Builder | getNestedContextsBuilder (indice int) Contexts contained inside this context (e.g. |
Elenco< ControlFlowContextDef.Builder > | getNestedContextsBuilderList () Contexts contained inside this context (e.g. |
int | getNestedContextsCount () Contexts contained inside this context (e.g. |
Elenco <ControlFlowContextDef> | getNestedContextsList () Contexts contained inside this context (e.g. |
ControlFlowContextDefOrBuilder | getNestedContextsOrBuilder (indice int) Contexts contained inside this context (e.g. |
Elenco<? estende ControlFlowContextDefOrBuilder > | getNestedContextsOrBuilderList () Contexts contained inside this context (e.g. |
Corda | getPivotName () Name of the pivot tensor. |
com.google.protobuf.ByteString | getPivotNameBytes () Name of the pivot tensor. |
Corda | getPredNome () Name of the pred tensor. |
com.google.protobuf.ByteString | getPredNameBytes () Name of the pred tensor. |
ValoriDef | getValuesDef () Values and external values in control flow context. |
ValuesDef.Builder | getValuesDefBuilder () Values and external values in control flow context. |
ValoriDefOrBuilder | getValuesDefOrBuilder () Values and external values in control flow context. |
booleano | hasValuesDef () Values and external values in control flow context. |
booleano finale | |
CondContextDef.Builder | mergeFrom (com.google.protobuf.Message altro) |
CondContextDef.Builder | mergeFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
finale CondContextDef.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
CondContextDef.Builder | |
CondContextDef.Builder | rimuoviNestedContexts (indice int) Contexts contained inside this context (e.g. |
CondContextDef.Builder | setBranch (valore int) Branch prediction. |
CondContextDef.Builder | setContextName (valore stringa) Name of the context. |
CondContextDef.Builder | setContextNameBytes (valore com.google.protobuf.ByteString) Name of the context. |
CondContextDef.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto) |
CondContextDef.Builder | setNestedContexts (indice int, ControlFlowContextDef.Builder builderForValue) Contexts contained inside this context (e.g. |
CondContextDef.Builder | setNestedContexts (indice int, valore ControlFlowContextDef ) Contexts contained inside this context (e.g. |
CondContextDef.Builder | setPivotName (valore stringa) Name of the pivot tensor. |
CondContextDef.Builder | setPivotNameBytes (valore com.google.protobuf.ByteString) Name of the pivot tensor. |
CondContextDef.Builder | setPredName (valore stringa) Name of the pred tensor. |
CondContextDef.Builder | setPredNameBytes (valore com.google.protobuf.ByteString) Name of the pred tensor. |
CondContextDef.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto) |
finale CondContextDef.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
CondContextDef.Builder | setValuesDef ( ValuesDef.Builder builderForValue) Values and external values in control flow context. |
CondContextDef.Builder |
Metodi ereditati
Metodi pubblici
public CondContextDef.Builder addAllNestedContexts (Iterable<? estende ControlFlowContextDef > valori)
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 (indice int, valore ControlFlowContextDef )
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
public CondContextDef.Builder addNestedContexts (indice int, ControlFlowContextDef.Builder builderForValue)
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
public CondContextDef.Builder addNestedContexts (valore ControlFlowContextDef )
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
public ControlFlowContextDef.Builder addNestedContextsBuilder (indice int)
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
pubblico 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, valore oggetto)
public CondContextDef.Builder clearNestedContexts ()
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
public CondContextDef.Builder clearValuesDef ()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 5;
public int getBranch ()
Branch prediction. 0 or 1.
int32 branch = 4;
stringa pubblica getContextName ()
Name of the context.
string context_name = 1;
pubblico com.google.protobuf.ByteString getContextNameBytes ()
Name of the context.
string context_name = 1;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
pubblico com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
pubblico ControlFlowContextDef getNestedContexts (indice int)
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
pubblico ControlFlowContextDef.Builder getNestedContextsBuilder (indice int)
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
elenco pubblico< 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;
elenco pubblico< ControlFlowContextDef > getNestedContextsList ()
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
pubblico ControlFlowContextDefOrBuilder getNestedContextsOrBuilder (indice int)
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
Elenco pubblico<? estende ControlFlowContextDefOrBuilder > getNestedContextsOrBuilderList ()
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
stringa pubblica getPivotName ()
Name of the pivot tensor.
string pivot_name = 3;
pubblico com.google.protobuf.ByteString getPivotNameBytes ()
Name of the pivot tensor.
string pivot_name = 3;
stringa pubblica getPredName ()
Name of the pred tensor.
string pred_name = 2;
pubblico 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 ValoriDefOrBuilder getValuesDefOrBuilder ()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 5;
hasValuesDef booleano pubblico ()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 5;
public final booleano isInitialized ()
public CondContextDef.Builder mergeFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
public final CondContextDef.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
public CondContextDef.Builder mergeValuesDef (valore ValuesDef )
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 5;
public CondContextDef.Builder rimuoviNestedContexts (indice int)
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
public CondContextDef.Builder setContextName (valore stringa)
Name of the context.
string context_name = 1;
pubblico CondContextDef.Builder setContextNameBytes (valore com.google.protobuf.ByteString)
Name of the context.
string context_name = 1;
public CondContextDef.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
public CondContextDef.Builder setNestedContexts (indice int, ControlFlowContextDef.Builder builderForValue)
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
public CondContextDef.Builder setNestedContexts (indice int, valore ControlFlowContextDef )
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
public CondContextDef.Builder setPivotName (valore stringa)
Name of the pivot tensor.
string pivot_name = 3;
public CondContextDef.Builder setPivotNameBytes (valore com.google.protobuf.ByteString)
Name of the pivot tensor.
string pivot_name = 3;
public CondContextDef.Builder setPredName (valore stringa)
Name of the pred tensor.
string pred_name = 2;
public CondContextDef.Builder setPredNameBytes (valore com.google.protobuf.ByteString)
Name of the pred tensor.
string pred_name = 2;
public CondContextDef.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto)
public final CondContextDef.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
public CondContextDef.Builder setValuesDef ( ValuesDef.Builder builderForValue)
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 5;
public CondContextDef.Builder setValuesDef (valore ValuesDef )
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 5;