ControlFlowContextDef

パブリック最終クラスControlFlowContextDef

 Container for any kind of control flow context. Any other control flow
 contexts that are added below should also be added here.
 
Protobuf 型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
静的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
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
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

パブリック静的最終整数COND_CTXT_FIELD_NUMBER

定数値: 1

パブリック静的最終整数WHILE_CTXT_FIELD_NUMBER

定数値: 2

パブリックメソッド

public booleanに等しい(オブジェクト obj)

public CondContextDef getCondCtxt ()

.tensorflow.CondContextDef cond_ctxt = 1;

public CondContextDefOrBuilder getCondCtxtOrBuilder ()

.tensorflow.CondContextDef cond_ctxt = 1;

public ControlFlowContextDef.CtxtCase getCtxtCase ()

public static ControlFlowContextDef getDefaultInstance ()

public ControlFlowContextDef getDefaultInstanceForType ()

public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

公共getParserForType ()

public int getSerializedSize ()

public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public WhileContextDef getwhileCtxt ()

.tensorflow.WhileContextDef while_ctxt = 2;

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.Builder newBuilder ( ControlFlowContextDefプロトタイプ)

public static ControlFlowContextDef.Builder newBuilder ()

public ControlFlowContextDef.Builder newBuilderForType ()

public static ControlFlowContextDef parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static ControlFlowContextDef parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static ControlFlowContextDef parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

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 (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

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 ControlFlowContextDef.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外