CondContextDefOrBuilder

interfaz pública CondContextDefOrBuilder
Subclases indirectas conocidas

Métodos públicos

int abstracto
getBranch ()
 Branch prediction.
cadena abstracta
getContextName ()
 Name of the context.
resumen com.google.protobuf.ByteString
getContextNameBytes ()
 Name of the context.
resumen ControlFlowContextDef
getNestedContexts (índice int)
 Contexts contained inside this context (e.g.
int abstracto
getNestedContextsCount ()
 Contexts contained inside this context (e.g.
Lista abstracta < ControlFlowContextDef >
getNestedContextsList ()
 Contexts contained inside this context (e.g.
ControlFlowContextDefOrBuilder abstracto
getNestedContextsOrBuilder (índice int)
 Contexts contained inside this context (e.g.
Resumen Lista <? extiende ControlFlowContextDefOrBuilder >
getNestedContextsOrBuilderList ()
 Contexts contained inside this context (e.g.
cadena abstracta
getPivotName ()
 Name of the pivot tensor.
resumen com.google.protobuf.ByteString
getPivotNameBytes ()
 Name of the pivot tensor.
cadena abstracta
getPredName ()
 Name of the pred tensor.
resumen com.google.protobuf.ByteString
getPredNameBytes ()
 Name of the pred tensor.
abstractos ValuesDef
getValuesDef ()
 Values and external values in control flow context.
abstractos ValuesDefOrBuilder
getValuesDefOrBuilder ()
 Values and external values in control flow context.
booleano abstracto
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;

cadena abstracta pública getContextName ()

 Name of the context.
 
string context_name = 1;

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

 Name of the context.
 
string context_name = 1;

ControlFlowContextDef abstracto público 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;

Lista pública abstracta < ControlFlowContextDef > getNestedContextsList ()

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

Resumen público ControlFlowContextDefOrBuilder getNestedContextsOrBuilder (índice int)

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

Lista de resumen público <? extiende ControlFlowContextDefOrBuilder > getNestedContextsOrBuilderList ()

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

cadena abstracta pública getPivotName ()

 Name of the pivot tensor.
 
string pivot_name = 3;

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

 Name of the pivot tensor.
 
string pivot_name = 3;

cadena abstracta pública getPredName ()

 Name of the pred tensor.
 
string pred_name = 2;

resumen público 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;