CondContextDefOrBuilder

общедоступный интерфейс CondContextDefOrBuilder
Известные косвенные подклассы

Публичные методы

абстрактный int
получить ветку ()
 Branch prediction.
абстрактная строка
абстрактный com.google.protobuf.ByteString
getContextNameBytes ()
 Name of the context.
абстрактный ControlFlowContextDef
getNestedContexts (индекс int)
 Contexts contained inside this context (e.g.
абстрактный int
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.
абстрактная строка
получитьпреднаме ()
 Name of the pred tensor.
абстрактный com.google.protobuf.ByteString
getPredNameBytes ()
 Name of the pred tensor.
абстрактные значенияDef
получитьЗначенияDef ()
 Values and external values in control flow context.
абстрактные значенияDefOrBuilder
getValuesDefOrBuilder ()
 Values and external values in control flow context.
абстрактное логическое значение
имеетЗначенияDef ()
 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)

 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;