CondContextDefOrBuilder

パブリック インターフェイスCondContextDefOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象整数
getブランチ()
 Branch prediction.
抽象文字列
getContextName ()
 Name of the context.
抽象的な com.google.protobuf.ByteString
getContextNameBytes ()
 Name of the context.
抽象ControlFlowContextDef
getNestedContexts (int インデックス)
 Contexts contained inside this context (e.g.
抽象整数
getNestedContextsCount ()
 Contexts contained inside this context (e.g.
抽象リスト< ControlFlowContextDef >
getNestedContextsList ()
 Contexts contained inside this context (e.g.
抽象ControlFlowContextDefOrBuilder
getNestedContextsOrBuilder (int インデックス)
 Contexts contained inside this context (e.g.
抽象リスト<? ControlFlowContextDefOrBuilderを拡張 >
getNestedContextsOrBuilderList ()
 Contexts contained inside this context (e.g.
抽象文字列
getピボット名()
 Name of the pivot tensor.
抽象的な com.google.protobuf.ByteString
getPivotNameBytes ()
 Name of the pivot tensor.
抽象文字列
getPredName ()
 Name of the pred tensor.
抽象的な com.google.protobuf.ByteString
getPredNameBytes ()
 Name of the pred tensor.
抽象値定義
getValuesDef ()
 Values and external values in control flow context.
抽象値DefOrBuilder
getValuesDefOrBuilder ()
 Values and external values in control flow context.
抽象ブール値
hasValuesDef ()
 Values and external values in control flow context.

パブリックメソッド

public abstract int getBranch ()

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

パブリック抽象 String getContextName ()

 Name of the context.
 
string context_name = 1;

public abstract com.google.protobuf.ByteString getContextNameBytes ()

 Name of the context.
 
string context_name = 1;

パブリック抽象ControlFlowContextDef getNestedContexts (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;

public abstract List< ControlFlowContextDef > getNestedContextsList ()

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

パブリック抽象ControlFlowContextDefOrBuilder getNestedContextsOrBuilder (int インデックス)

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

公開抄録リスト<? extends ControlFlowContextDefOrBuilder > getNestedContextsOrBuilderList ()

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

public abstract String getPivotName ()

 Name of the pivot tensor.
 
string pivot_name = 3;

パブリック抽象 com.google.protobuf.ByteString getPivotNameBytes ()

 Name of the pivot tensor.
 
string pivot_name = 3;

パブリック抽象文字列getPredName ()

 Name of the pred tensor.
 
string pred_name = 2;

パブリック抽象 com.google.protobuf.ByteString getPredNameBytes ()

 Name of the pred tensor.
 
string pred_name = 2;

パブリック抽象ValuesDef getValuesDef ()

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

パブリック抽象ValuesDefOrBuilder getValuesDefOrBuilder ()

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

パブリック抽象ブール値hasValuesDef ()

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