パブリック最終クラスCondContextDef
Protocol buffer representing a CondContext object.
tensorflow.CondContextDef
ネストされたクラス
クラス | CondContextDef.Builder | Protocol buffer representing a CondContext object. |
定数
整数 | BRANCH_FIELD_NUMBER | |
整数 | CONTEXT_NAME_FIELD_NUMBER | |
整数 | NESTED_CONTEXTS_FIELD_NUMBER | |
整数 | PIVOT_NAME_FIELD_NUMBER | |
整数 | PRED_NAME_FIELD_NUMBER | |
整数 | VALUES_DEF_FIELD_NUMBER |
パブリックメソッド
ブール値 | 等しい(オブジェクトオブジェクト) |
整数 | getブランチ() Branch prediction. |
弦 | getContextName () Name of the context. |
com.google.protobuf.ByteString | getContextNameBytes () Name of the context. |
静的CondContextDef | |
CondContextDef | |
最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
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. |
整数 | |
最終的な com.google.protobuf.UnknownFieldSet | |
値の定義 | getValuesDef () Values and external values in control flow context. |
値定義またはビルダー | getValuesDefOrBuilder () Values and external values in control flow context. |
ブール値 | hasValuesDef () Values and external values in control flow context. |
整数 | ハッシュコード() |
最終ブール値 | |
静的CondContextDef.Builder | newBuilder ( CondContextDefプロトタイプ) |
静的CondContextDef.Builder | newBuilder () |
CondContextDef.Builder | |
静的CondContextDef | parseDelimitedFrom (InputStream 入力) |
静的CondContextDef | parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的CondContextDef | parseFrom (ByteBuffer データ) |
静的CondContextDef | parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的CondContextDef | parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的CondContextDef | parseFrom (com.google.protobuf.CodedInputStream 入力) |
静的CondContextDef | parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的CondContextDef | parseFrom (com.google.protobuf.ByteString データ) |
静的CondContextDef | parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的CondContextDef | parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的 | パーサー() |
CondContextDef.Builder | toビルダー() |
空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
public static Final int BRANCH_FIELD_NUMBER
定数値: 4
パブリック静的最終整数CONTEXT_NAME_FIELD_NUMBER
定数値: 1
パブリック静的最終整数NESTED_CONTEXTS_FIELD_NUMBER
定数値: 6
パブリック静的最終整数PIVOT_NAME_FIELD_NUMBER
定数値: 3
パブリック静的最終整数PRED_NAME_FIELD_NUMBER
定数値: 2
パブリック静的最終整数VALUES_DEF_FIELD_NUMBER
定数値: 5
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public int getBranch ()
Branch prediction. 0 or 1.
int32 branch = 4;
public String getContextName ()
Name of the context.
string context_name = 1;
public com.google.protobuf.ByteString getContextNameBytes ()
Name of the context.
string context_name = 1;
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public ControlFlowContextDef getNestedContexts (int インデックス)
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
public int getNestedContextsCount ()
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
public List< ControlFlowContextDef > getNestedContextsList ()
Contexts contained inside this context (e.g. nested conds).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 6;
public 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;
公共 getParserForType ()
パブリック String getPivotName ()
Name of the pivot tensor.
string pivot_name = 3;
public com.google.protobuf.ByteString getPivotNameBytes ()
Name of the pivot tensor.
string pivot_name = 3;
パブリック String getPredName ()
Name of the pred tensor.
string pred_name = 2;
public com.google.protobuf.ByteString getPredNameBytes ()
Name of the pred tensor.
string pred_name = 2;
public int getSerializedSize ()
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public ValuesDef getValuesDef ()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 5;
public ValuesDefOrBuilder getValuesDefOrBuilder ()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 5;
public boolean hasValuesDef ()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 5;
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static CondContextDef parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static CondContextDef parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static CondContextDef parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static CondContextDef parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static CondContextDef parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static CondContextDef parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
IO例外 |
---|