CondContextDefOrBuilder

interface pública CondContextDefOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

int abstrato
getBranch ()
 Branch prediction.
String abstrata
getContextName ()
 Name of the context.
abstract com.google.protobuf.ByteString
getContextNameBytes ()
 Name of the context.
abstrato ControlFlowContextDef
getNestedContexts (índice interno )
 Contexts contained inside this context (e.g.
int abstrato
getNestedContextsCount ()
 Contexts contained inside this context (e.g.
Lista abstrata < ControlFlowContextDef >
getNestedContextsList ()
 Contexts contained inside this context (e.g.
abstrato ControlFlowContextDefOrBuilder
getNestedContextsOrBuilder (índice int)
 Contexts contained inside this context (e.g.
Lista abstrata <? estende ControlFlowContextDefOrBuilder >
getNestedContextsOrBuilderList ()
 Contexts contained inside this context (e.g.
String abstrata
getPivotName ()
 Name of the pivot tensor.
abstract com.google.protobuf.ByteString
getPivotNameBytes ()
 Name of the pivot tensor.
String abstrata
getPredName ()
 Name of the pred tensor.
abstract com.google.protobuf.ByteString
getPredNameBytes ()
 Name of the pred tensor.
abstrato ValuesDef
getValuesDef ()
 Values and external values in control flow context.
ValuesDefOrBuilder abstrato
getValuesDefOrBuilder ()
 Values and external values in control flow context.
booleano abstrato
hasValuesDef ()
 Values and external values in control flow context.

Métodos Públicos

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

 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 (índice interno )

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

Lista de resumos pública <? estende 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;