パブリック最終クラスControlFlowContextDef
Container for any kind of control flow context. Any other control flow contexts that are added below should also be added here.
tensorflow.ControlFlowContextDef
ネストされたクラス
クラス | ControlFlowContextDef.Builder | Container for any kind of control flow context. | |
列挙型 | ControlFlowContextDef.CtxtCase |
定数
整数 | COND_CTXT_FIELD_NUMBER | |
整数 | WHILE_CTXT_FIELD_NUMBER |
パブリックメソッド
ブール値 | 等しい(オブジェクトオブジェクト) |
CondContextDef | getCondCtxt () .tensorflow.CondContextDef cond_ctxt = 1; |
CondContextDefOrBuilder | getCondCtxtOrBuilder () .tensorflow.CondContextDef cond_ctxt = 1; |
ControlFlowContextDef.CtxtCase | getCtxtCase () |
静的ControlFlowContextDef | |
ControlFlowContextDef | |
最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
整数 | |
最終的な com.google.protobuf.UnknownFieldSet | |
WhileContextDef | getwhileCtxt () .tensorflow.WhileContextDef while_ctxt = 2; |
WhileContextDefOrBuilder | getwhileCtxtOrBuilder () .tensorflow.WhileContextDef while_ctxt = 2; |
ブール値 | hasCondCtxt () .tensorflow.CondContextDef cond_ctxt = 1; |
ブール値 | haswhileCtxt () .tensorflow.WhileContextDef while_ctxt = 2; |
整数 | ハッシュコード() |
最終ブール値 | |
静的ControlFlowContextDef.Builder | newBuilder ( ControlFlowContextDefプロトタイプ) |
静的ControlFlowContextDef.Builder | newBuilder () |
ControlFlowContextDef.Builder | |
静的ControlFlowContextDef | parseDelimitedFrom (InputStream 入力) |
静的ControlFlowContextDef | parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的ControlFlowContextDef | parseFrom (ByteBuffer データ) |
静的ControlFlowContextDef | parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的ControlFlowContextDef | parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的ControlFlowContextDef | parseFrom (com.google.protobuf.CodedInputStream 入力) |
静的ControlFlowContextDef | parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的ControlFlowContextDef | parseFrom (com.google.protobuf.ByteString データ) |
静的ControlFlowContextDef | parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的ControlFlowContextDef | parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的 | パーサー() |
ControlFlowContextDef.Builder | toビルダー() |
空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数COND_CTXT_FIELD_NUMBER
定数値: 1
パブリック静的最終整数WHILE_CTXT_FIELD_NUMBER
定数値: 2
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
公共 getParserForType ()
public int getSerializedSize ()
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public WhileContextDefOrBuilder getwhileCtxtOrBuilder ()
.tensorflow.WhileContextDef while_ctxt = 2;
パブリックブール値hasCondCtxt ()
.tensorflow.CondContextDef cond_ctxt = 1;
public boolean haswhileCtxt ()
.tensorflow.WhileContextDef while_ctxt = 2;
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static ControlFlowContextDef parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static ControlFlowContextDef parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static ControlFlowContextDef parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static ControlFlowContextDef parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static ControlFlowContextDef parseFrom (com.google.protobuf.ByteString データ)
投げる
無効なプロトコルバッファ例外 |
---|
public static ControlFlowContextDef parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static ControlFlowContextDef parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
IO例外 |
---|