Interface CondContextDefOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
- All Known Implementing Classes:
CondContextDef, CondContextDef.Builder
-
Method Summary
Modifier and TypeMethodDescriptionintBranch prediction. 0 or 1.Name of the context.Name of the context.getNestedContexts(int index) Contexts contained inside this context (e.g. nested conds).intContexts contained inside this context (e.g. nested conds).Contexts contained inside this context (e.g. nested conds).getNestedContextsOrBuilder(int index) Contexts contained inside this context (e.g. nested conds).List<? extends ControlFlowContextDefOrBuilder> Contexts contained inside this context (e.g. nested conds).Name of the pivot tensor.Name of the pivot tensor.Name of the pred tensor.Name of the pred tensor.Values and external values in control flow context.Values and external values in control flow context.booleanValues and external values in control flow context.Methods inherited from interface MessageLiteOrBuilder
isInitialized
-
Method Details
-
getContextName
-
getContextNameBytes
ByteString getContextNameBytes()Name of the context.
string context_name = 1;- Returns:
- The bytes for contextName.
-
getPredName
-
getPredNameBytes
ByteString getPredNameBytes()Name of the pred tensor.
string pred_name = 2;- Returns:
- The bytes for predName.
-
getPivotName
-
getPivotNameBytes
ByteString getPivotNameBytes()Name of the pivot tensor.
string pivot_name = 3;- Returns:
- The bytes for pivotName.
-
getBranch
int getBranch()Branch prediction. 0 or 1.
int32 branch = 4;- Returns:
- The branch.
-
hasValuesDef
boolean hasValuesDef()Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 5;- Returns:
- Whether the valuesDef field is set.
-
getValuesDef
ValuesDef getValuesDef()Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 5;- Returns:
- The valuesDef.
-
getValuesDefOrBuilder
ValuesDefOrBuilder getValuesDefOrBuilder()Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 5; -
getNestedContextsList
List<ControlFlowContextDef> getNestedContextsList()Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6; -
getNestedContexts
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6; -
getNestedContextsCount
int getNestedContextsCount()Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6; -
getNestedContextsOrBuilderList
List<? extends ControlFlowContextDefOrBuilder> getNestedContextsOrBuilderList()Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6; -
getNestedContextsOrBuilder
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
-