CondContextDefOrBuilder

interface publique CondContextDefOrBuilder
Sous-classes indirectes connues

Méthodes publiques

abstrait entier
obtenirBranche ()
 Branch prediction.
chaîne abstraite
getContextName ()
 Name of the context.
résumé com.google.protobuf.ByteString
getContextNameBytes ()
 Name of the context.
abstrait ControlFlowContextDef
getNestedContexts (index int)
 Contexts contained inside this context (e.g.
abstrait entier
getNestedContextsCount ()
 Contexts contained inside this context (e.g.
Liste abstraite < ControlFlowContextDef >
getNestedContextsList ()
 Contexts contained inside this context (e.g.
abstrait ControlFlowContextDefOrBuilder
getNestedContextsOrBuilder (index int)
 Contexts contained inside this context (e.g.
Liste abstraite <? étend ControlFlowContextDefOrBuilder >
getNestedContextsOrBuilderList ()
 Contexts contained inside this context (e.g.
chaîne abstraite
getPivotName ()
 Name of the pivot tensor.
résumé com.google.protobuf.ByteString
getPivotNameBytes ()
 Name of the pivot tensor.
chaîne abstraite
getPredName ()
 Name of the pred tensor.
résumé com.google.protobuf.ByteString
getPredNameBytes ()
 Name of the pred tensor.
valeurs abstraitesDef
getValuesDef ()
 Values and external values in control flow context.
valeurs abstraitesDefOrBuilder
getValuesDefOrBuilder ()
 Values and external values in control flow context.
booléen abstrait
hasValuesDef ()
 Values and external values in control flow context.

Méthodes publiques

public abstrait int getBranch ()

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

chaîne abstraite publique getContextName ()

 Name of the context.
 
string context_name = 1;

résumé public com.google.protobuf.ByteString getContextNameBytes ()

 Name of the context.
 
string context_name = 1;

public abstrait ControlFlowContextDef getNestedContexts (index int)

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

public abstrait int getNestedContextsCount ()

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

liste abstraite publique < ControlFlowContextDef > getNestedContextsList ()

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

public abstrait ControlFlowContextDefOrBuilder getNestedContextsOrBuilder (index int)

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

Liste des résumés publics<? étend ControlFlowContextDefOrBuilder > getNestedContextsOrBuilderList ()

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

chaîne abstraite publique getPivotName ()

 Name of the pivot tensor.
 
string pivot_name = 3;

résumé public com.google.protobuf.ByteString getPivotNameBytes ()

 Name of the pivot tensor.
 
string pivot_name = 3;

chaîne abstraite publique getPredName ()

 Name of the pred tensor.
 
string pred_name = 2;

résumé public com.google.protobuf.ByteString getPredNameBytes ()

 Name of the pred tensor.
 
string pred_name = 2;

public abstrait ValuesDef getValuesDef ()

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

public abstrait ValuesDefOrBuilder getValuesDefOrBuilder ()

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

public abstrait booléen hasValuesDef ()

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