CondContextDefOrBuilder

genel arayüz CondContextDefOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

soyut int
şubeyi al ()
 Branch prediction.
soyut Dize
getContextName ()
 Name of the context.
abstract com.google.protobuf.ByteString
getContextNameBytes ()
 Name of the context.
özet ControlFlowContextDef
getNestedContexts (int dizini)
 Contexts contained inside this context (e.g.
soyut int
getNestedContextsCount ()
 Contexts contained inside this context (e.g.
özet Liste< ControlFlowContextDef >
getNestedContextsList ()
 Contexts contained inside this context (e.g.
özet ControlFlowContextDefOrBuilder
getNestedContextsOrBuilder (int dizini)
 Contexts contained inside this context (e.g.
Özet Liste<? ControlFlowContextDefOrBuilder'ı genişletir >
getNestedContextsOrBuilderList ()
 Contexts contained inside this context (e.g.
soyut Dize
getPivotName ()
 Name of the pivot tensor.
abstract com.google.protobuf.ByteString
getPivotNameBytes ()
 Name of the pivot tensor.
soyut Dize
getPredName ()
 Name of the pred tensor.
abstract com.google.protobuf.ByteString
getPredNameBytes ()
 Name of the pred tensor.
özet DeğerlerDef
getValuesDef ()
 Values and external values in control flow context.
özet DeğerlerDefOrBuilder
getValuesDefOrBuilder ()
 Values and external values in control flow context.
soyut boole
hasValuesDef ()
 Values and external values in control flow context.

Genel Yöntemler

genel soyut int getBranch ()

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

genel özet Dize getContextName ()

 Name of the context.
 
string context_name = 1;

genel özet com.google.protobuf.ByteString getContextNameBytes ()

 Name of the context.
 
string context_name = 1;

genel özet ControlFlowContextDef getNestedContexts (int dizini)

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

genel özet int getNestedContextsCount ()

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

genel özet Listesi< ControlFlowContextDef > getNestedContextsList ()

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

genel özet ControlFlowContextDefOrBuilder getNestedContextsOrBuilder (int dizini)

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

genel özet listesi<? ControlFlowContextDefOrBuilder'ı genişletir > getNestedContextsOrBuilderList ()

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

genel özet Dize getPivotName ()

 Name of the pivot tensor.
 
string pivot_name = 3;

genel özet com.google.protobuf.ByteString getPivotNameBytes ()

 Name of the pivot tensor.
 
string pivot_name = 3;

genel özet Dize getPredName ()

 Name of the pred tensor.
 
string pred_name = 2;

genel özet com.google.protobuf.ByteString getPredNameBytes ()

 Name of the pred tensor.
 
string pred_name = 2;

genel özet ValuesDef getValuesDef ()

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

genel özet ValuesDefOrBuilder getValuesDefOrBuilder ()

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

genel soyut boolean hasValuesDef ()

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