CondContextDefOrBuilder

antarmuka publik CondContextDefOrBuilder
Subkelas Tidak Langsung yang Diketahui

Metode Publik

abstrak ke dalam
dapatkan Cabang ()
 Branch prediction.
Tali abstrak
dapatkan Nama Konteks ()
 Name of the context.
abstrak com.google.protobuf.ByteString
dapatkanContextNameBytes ()
 Name of the context.
abstrak ControlFlowContextDef
getNestedContexts (indeks int)
 Contexts contained inside this context (e.g.
abstrak ke dalam
dapatkanNestedContextsCount ()
 Contexts contained inside this context (e.g.
Daftar abstrak< ControlFlowContextDef >
dapatkan DaftarKonteks Bersarang ()
 Contexts contained inside this context (e.g.
abstrak ControlFlowContextDefOrBuilder
getNestedContextsOrBuilder (indeks int)
 Contexts contained inside this context (e.g.
Daftar abstrak<? memperluas ControlFlowContextDefOrBuilder >
dapatkanNestedContextsOrBuilderList ()
 Contexts contained inside this context (e.g.
Tali abstrak
dapatkan NamaPivot ()
 Name of the pivot tensor.
abstrak com.google.protobuf.ByteString
dapatkanPivotNameBytes ()
 Name of the pivot tensor.
Tali abstrak
dapatkan NamaPred ()
 Name of the pred tensor.
abstrak com.google.protobuf.ByteString
dapatkanPredNameBytes ()
 Name of the pred tensor.
Nilai abstrakDef
dapatkanValuesDef ()
 Values and external values in control flow context.
ValuesDefOrBuilder abstrak
dapatkanValuesDefOrBuilder ()
 Values and external values in control flow context.
boolean abstrak
hasValuesDef ()
 Values and external values in control flow context.

Metode Publik

abstrak publik int getBranch ()

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

String abstrak publik getContextName ()

 Name of the context.
 
string context_name = 1;

abstrak publik com.google.protobuf.ByteString getContextNameBytes ()

 Name of the context.
 
string context_name = 1;

abstrak publik ControlFlowContextDef getNestedContexts (indeks int)

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

abstrak publik int getNestedContextsCount ()

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

Daftar abstrak publik< ControlFlowContextDef > getNestedContextsList ()

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

abstrak publik ControlFlowContextDefOrBuilder getNestedContextsOrBuilder (int indeks)

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

Daftar abstrak publik<? memperluas ControlFlowContextDefOrBuilder > getNestedContextsOrBuilderList ()

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

String abstrak publik getPivotName ()

 Name of the pivot tensor.
 
string pivot_name = 3;

abstrak publik com.google.protobuf.ByteString getPivotNameBytes ()

 Name of the pivot tensor.
 
string pivot_name = 3;

String abstrak publik getPredName ()

 Name of the pred tensor.
 
string pred_name = 2;

abstrak publik com.google.protobuf.ByteString getPredNameBytes ()

 Name of the pred tensor.
 
string pred_name = 2;

abstrak publik ValuesDef getValuesDef ()

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

abstrak publik ValuesDefOrBuilder getValuesDefOrBuilder ()

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

boolean abstrak publik hasValuesDef ()

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