public interface
CondContextDefOrBuilder
Known Indirect Subclasses |
Public Methods
abstract int |
getBranch()
Branch prediction. |
abstract String |
getContextName()
Name of the context. |
abstract com.google.protobuf.ByteString |
getContextNameBytes()
Name of the context. |
abstract ControlFlowContextDef |
getNestedContexts(int index)
Contexts contained inside this context (e.g. |
abstract int |
getNestedContextsCount()
Contexts contained inside this context (e.g. |
abstract List<ControlFlowContextDef> |
getNestedContextsList()
Contexts contained inside this context (e.g. |
abstract ControlFlowContextDefOrBuilder |
getNestedContextsOrBuilder(int index)
Contexts contained inside this context (e.g. |
abstract List<? extends ControlFlowContextDefOrBuilder> |
getNestedContextsOrBuilderList()
Contexts contained inside this context (e.g. |
abstract String |
getPivotName()
Name of the pivot tensor. |
abstract com.google.protobuf.ByteString |
getPivotNameBytes()
Name of the pivot tensor. |
abstract String |
getPredName()
Name of the pred tensor. |
abstract com.google.protobuf.ByteString |
getPredNameBytes()
Name of the pred tensor. |
abstract ValuesDef |
getValuesDef()
Values and external values in control flow context. |
abstract ValuesDefOrBuilder |
getValuesDefOrBuilder()
Values and external values in control flow context. |
abstract boolean |
hasValuesDef()
Values and external values in control flow context. |
Public Methods
public abstract int getBranch ()
Branch prediction. 0 or 1.
int32 branch = 4;
public abstract String getContextName ()
Name of the context.
string context_name = 1;
public abstract com.google.protobuf.ByteString getContextNameBytes ()
Name of the context.
string context_name = 1;
public abstract ControlFlowContextDef getNestedContexts (int index)
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
public abstract int getNestedContextsCount ()
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
public abstract List<ControlFlowContextDef> getNestedContextsList ()
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
public abstract ControlFlowContextDefOrBuilder getNestedContextsOrBuilder (int index)
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
public abstract List<? extends ControlFlowContextDefOrBuilder> getNestedContextsOrBuilderList ()
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
public abstract String getPivotName ()
Name of the pivot tensor.
string pivot_name = 3;
public abstract com.google.protobuf.ByteString getPivotNameBytes ()
Name of the pivot tensor.
string pivot_name = 3;
public abstract String getPredName ()
Name of the pred tensor.
string pred_name = 2;
public abstract com.google.protobuf.ByteString getPredNameBytes ()
Name of the pred tensor.
string pred_name = 2;
public abstract ValuesDef getValuesDef ()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 5;
public abstract ValuesDefOrBuilder getValuesDefOrBuilder ()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 5;
public abstract boolean hasValuesDef ()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 5;