CondContextDefOrBuilder

رابط عمومی CondContextDefOrBuilder
زیر کلاس های غیر مستقیم شناخته شده

روش های عمومی

انتزاعی
getBranch ()
 Branch prediction.
رشته انتزاعی
getContextName ()
 Name of the context.
چکیده com.google.protobuf.ByteString
getContextNameBytes ()
 Name of the context.
چکیده ControlFlowContextDef
getNestedContexts (شاخص int)
 Contexts contained inside this context (e.g.
انتزاعی
getNestedContextsCount ()
 Contexts contained inside this context (e.g.
فهرست انتزاعی< ControlFlowContextDef >
getNestedContextsList ()
 Contexts contained inside this context (e.g.
چکیده ControlFlowContextDefOrBuilder
getNestedContextsOrBuilder (شاخص int)
 Contexts contained inside this context (e.g.
فهرست چکیده <? ControlFlowContextDefOrBuilder > را گسترش می دهد
getNestedContextsOrBuilderList ()
 Contexts contained inside this context (e.g.
رشته انتزاعی
getPivotName ()
 Name of the pivot tensor.
چکیده com.google.protobuf.ByteString
getPivotNameBytes ()
 Name of the pivot tensor.
رشته انتزاعی
getPredName ()
 Name of the pred tensor.
چکیده com.google.protobuf.ByteString
getPredNameBytes ()
 Name of the pred tensor.
انتزاعی ValuesDef
getValuesDef ()
 Values and external values in control flow context.
انتزاعی ValuesDefOrBuilder
getValuesDefOrBuilder ()
 Values and external values in control flow context.
بولی انتزاعی
hasValuesDef ()
 Values and external values in control flow context.

روش های عمومی

عمومی انتزاعی int getBranch ()

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

رشته انتزاعی عمومی getContextName ()

 Name of the context.
 
string context_name = 1;

چکیده عمومی com.google.protobuf.ByteString getContextNameBytes ()

 Name of the context.
 
string context_name = 1;

چکیده عمومی ControlFlowContextDef getNestedContexts (int index)

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

انتزاع عمومی int getNestedContextsCount ()

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

فهرست انتزاعی عمومی< ControlFlowContextDef > getNestedContextsList ()

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

چکیده عمومی ControlFlowContextDefOrBuilder getNestedContextsOrBuilder (شاخص int)

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

فهرست چکیده عمومی<? گسترش ControlFlowContextDefOrBuilder > getNestedContextsOrBuilderList ()

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

رشته انتزاعی عمومی getPivotName ()

 Name of the pivot tensor.
 
string pivot_name = 3;

چکیده عمومی com.google.protobuf.ByteString getPivotNameBytes ()

 Name of the pivot tensor.
 
string pivot_name = 3;

رشته انتزاعی عمومی getPredName ()

رشته

 Name of the pred tensor.
 
string pred_name = 2;

چکیده عمومی com.google.protobuf.ByteString getPredNameBytes ()

رشته

 Name of the pred tensor.
 
string pred_name = 2;

انتزاعی عمومی ValuesDef getValuesDef ()

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

انتزاعی عمومی ValuesDefOrBuilder getValuesDefOrBuilder ()

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

عمومی انتزاعی بولی hasValuesDef ()

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