CondContextDefOrBuilder

interface pública CondContextDefOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

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

Métodos Públicos

resumo público int getBranch ()

 Branch prediction. 0 or 1.
 
int32 branch = 4;

String abstrata pública getContextName ()

 Name of the context.
 
string context_name = 1;

resumo público com.google.protobuf.ByteString getContextNameBytes ()

 Name of the context.
 
string context_name = 1;

público abstrato ControlFlowContextDef getNestedContexts (índice int)

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

público abstrato int getNestedContextsCount ()

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

lista abstrata pública< ControlFlowContextDef > getNestedContextsList ()

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

público abstrato ControlFlowContextDefOrBuilder getNestedContextsOrBuilder (índice int)

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

lista abstrata pública<? estende ControlFlowContextDefOrBuilder > getNestedContextsOrBuilderList ()

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

String abstrata pública getPivotName ()

 Name of the pivot tensor.
 
string pivot_name = 3;

resumo público com.google.protobuf.ByteString getPivotNameBytes ()

 Name of the pivot tensor.
 
string pivot_name = 3;

String abstrata pública getPredName ()

 Name of the pred tensor.
 
string pred_name = 2;

resumo público com.google.protobuf.ByteString getPredNameBytes ()

 Name of the pred tensor.
 
string pred_name = 2;

público abstrato ValuesDef getValuesDef ()

 Values and external values in control flow context.
 
.tensorflow.ValuesDef values_def = 5;

público abstrato ValuesDefOrBuilder getValuesDefOrBuilder ()

 Values and external values in control flow context.
 
.tensorflow.ValuesDef values_def = 5;

público abstrato booleano hasValuesDef ()

 Values and external values in control flow context.
 
.tensorflow.ValuesDef values_def = 5;