CondContextDefOrBuilder

interfejs publiczny CondContextDefOrBuilder
Znane podklasy pośrednie

Metody publiczne

streszczenie wew
getBranch ()
 Branch prediction.
abstrakcyjny ciąg
pobierzNazwęKontekstu ()
 Name of the context.
streszczenie com.google.protobuf.ByteString
getContextNameBytes ()
 Name of the context.
streszczenie ControlFlowContextDef
getNestedContexts (indeks int)
 Contexts contained inside this context (e.g.
streszczenie wew
getNestedContextsCount ()
 Contexts contained inside this context (e.g.
Lista abstrakcyjna< ControlFlowContextDef >
getNestedContextsList ()
 Contexts contained inside this context (e.g.
streszczenie ControlFlowContextDefOrBuilder
getNestedContextsOrBuilder (indeks int)
 Contexts contained inside this context (e.g.
lista abstrakcyjna<? rozszerza ControlFlowContextDefOrBuilder >
getNestedContextsOrBuilderList ()
 Contexts contained inside this context (e.g.
abstrakcyjny ciąg
pobierzNazwęPrzestawu ()
 Name of the pivot tensor.
streszczenie com.google.protobuf.ByteString
getPivotNameBytes ()
 Name of the pivot tensor.
abstrakcyjny ciąg
pobierzPredName ()
 Name of the pred tensor.
streszczenie com.google.protobuf.ByteString
getPredNameBytes ()
 Name of the pred tensor.
abstrakcyjne WartościDef
getValuesDef ()
 Values and external values in control flow context.
abstrakcyjne wartościDefOrBuilder
getValuesDefOrBuilder ()
 Values and external values in control flow context.
abstrakcyjna wartość logiczna
maWartościDef ()
 Values and external values in control flow context.

Metody publiczne

publiczne streszczenie int getBranch ()

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

publiczny ciąg abstrakcyjny getContextName ()

 Name of the context.
 
string context_name = 1;

publiczna abstrakcja com.google.protobuf.ByteString getContextNameBytes ()

 Name of the context.
 
string context_name = 1;

publiczne streszczenie ControlFlowContextDef getNestedContexts (indeks int)

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

publiczne streszczenie int getNestedContextsCount ()

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

publiczna lista abstrakcyjna< ControlFlowContextDef > getNestedContextsList ()

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

publiczne streszczenie ControlFlowContextDefOrBuilder getNestedContextsOrBuilder (indeks int)

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

publiczna lista abstrakcyjna<? rozszerza ControlFlowContextDefOrBuilder > getNestedContextsOrBuilderList ()

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

publiczny ciąg abstrakcyjny getPivotName ()

 Name of the pivot tensor.
 
string pivot_name = 3;

publiczne streszczenie com.google.protobuf.ByteString getPivotNameBytes ()

 Name of the pivot tensor.
 
string pivot_name = 3;

publiczny ciąg abstrakcyjny getPredName ()

 Name of the pred tensor.
 
string pred_name = 2;

publiczne streszczenie com.google.protobuf.ByteString getPredNameBytes ()

 Name of the pred tensor.
 
string pred_name = 2;

publiczne streszczenie ValuesDef getValuesDef ()

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

publiczne streszczenie ValuesDefOrBuilder getValuesDefOrBuilder ()

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

publiczna wartość logiczna abstrakcyjna maValuesDef ()

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