CondContextDefOrBuilder

interfaccia pubblica CondContextDefOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

astratto int
getBranch ()
 Branch prediction.
stringa astratta
getNomeContesto ()
 Name of the context.
astratto com.google.protobuf.ByteString
getContextNameBytes ()
 Name of the context.
astratto ControlFlowContextDef
getNestedContexts (indice int)
 Contexts contained inside this context (e.g.
astratto int
getNestedContextsCount ()
 Contexts contained inside this context (e.g.
Elenco astratto< ControlFlowContextDef >
getNestedContextsList ()
 Contexts contained inside this context (e.g.
astratto ControlFlowContextDefOrBuilder
getNestedContextsOrBuilder (indice int)
 Contexts contained inside this context (e.g.
Elenco astratto<? estende ControlFlowContextDefOrBuilder >
getNestedContextsOrBuilderList ()
 Contexts contained inside this context (e.g.
stringa astratta
getPivotName ()
 Name of the pivot tensor.
astratto com.google.protobuf.ByteString
getPivotNameBytes ()
 Name of the pivot tensor.
stringa astratta
getPredNome ()
 Name of the pred tensor.
astratto com.google.protobuf.ByteString
getPredNameBytes ()
 Name of the pred tensor.
abstract ValoriDef
getValuesDef ()
 Values and external values in control flow context.
valori astrattiDefOrBuilder
getValuesDefOrBuilder ()
 Values and external values in control flow context.
booleano astratto
hasValuesDef ()
 Values and external values in control flow context.

Metodi pubblici

public abstract int getBranch ()

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

public abstract String getContextName ()

 Name of the context.
 
string context_name = 1;

estratto pubblico com.google.protobuf.ByteString getContextNameBytes ()

 Name of the context.
 
string context_name = 1;

estratto pubblico ControlFlowContextDef getNestedContexts (indice int)

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

public abstract int getNestedContextsCount ()

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

Elenco astratto pubblico < ControlFlowContextDef > getNestedContextsList ()

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

public abstract ControlFlowContextDefOrBuilder getNestedContextsOrBuilder (indice int)

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

Elenco abstract pubblico<? estende ControlFlowContextDefOrBuilder > getNestedContextsOrBuilderList ()

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

stringa astratta pubblica getPivotName ()

 Name of the pivot tensor.
 
string pivot_name = 3;

estratto pubblico com.google.protobuf.ByteString getPivotNameBytes ()

 Name of the pivot tensor.
 
string pivot_name = 3;

public abstract String getPredName ()

 Name of the pred tensor.
 
string pred_name = 2;

estratto pubblico com.google.protobuf.ByteString getPredNameBytes ()

 Name of the pred tensor.
 
string pred_name = 2;

public abstract ValuesDef getValuesDef ()

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

public abstract ValuesDefOrBuilder getValuesDefOrBuilder ()

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

public abstract booleano hasValuesDef ()

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