public final class
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
Nested Classes
class | ControlFlowContextDef.Builder | Container for any kind of control flow context. |
|
enum | ControlFlowContextDef.CtxtCase |
Constants
int | COND_CTXT_FIELD_NUMBER | |
int | WHILE_CTXT_FIELD_NUMBER |
Public Methods
boolean |
equals(Object obj)
|
CondContextDef |
getCondCtxt()
.tensorflow.CondContextDef cond_ctxt = 1;
|
CondContextDefOrBuilder |
getCondCtxtOrBuilder()
.tensorflow.CondContextDef cond_ctxt = 1;
|
ControlFlowContextDef.CtxtCase | |
static ControlFlowContextDef | |
ControlFlowContextDef | |
final static com.google.protobuf.Descriptors.Descriptor | |
|
|
int | |
final com.google.protobuf.UnknownFieldSet | |
WhileContextDef |
getWhileCtxt()
.tensorflow.WhileContextDef while_ctxt = 2;
|
WhileContextDefOrBuilder |
getWhileCtxtOrBuilder()
.tensorflow.WhileContextDef while_ctxt = 2;
|
boolean |
hasCondCtxt()
.tensorflow.CondContextDef cond_ctxt = 1;
|
boolean |
hasWhileCtxt()
.tensorflow.WhileContextDef while_ctxt = 2;
|
int |
hashCode()
|
final boolean | |
static ControlFlowContextDef.Builder |
newBuilder(ControlFlowContextDef prototype)
|
static ControlFlowContextDef.Builder | |
ControlFlowContextDef.Builder | |
static ControlFlowContextDef |
parseDelimitedFrom(InputStream input)
|
static ControlFlowContextDef |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ControlFlowContextDef |
parseFrom(ByteBuffer data)
|
static ControlFlowContextDef |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ControlFlowContextDef |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ControlFlowContextDef |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static ControlFlowContextDef |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ControlFlowContextDef |
parseFrom(com.google.protobuf.ByteString data)
|
static ControlFlowContextDef |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ControlFlowContextDef |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
ControlFlowContextDef.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int COND_CTXT_FIELD_NUMBER
Constant Value:
1
public static final int WHILE_CTXT_FIELD_NUMBER
Constant Value:
2
Public Methods
public boolean equals (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public
getParserForType
()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public WhileContextDefOrBuilder getWhileCtxtOrBuilder ()
.tensorflow.WhileContextDef while_ctxt = 2;
public boolean hasCondCtxt ()
.tensorflow.CondContextDef cond_ctxt = 1;
public boolean hasWhileCtxt ()
.tensorflow.WhileContextDef while_ctxt = 2;
public int hashCode ()
public final boolean isInitialized ()
public static ControlFlowContextDef parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static ControlFlowContextDef parseFrom (ByteBuffer data)
Throws
InvalidProtocolBufferException |
---|
public static ControlFlowContextDef parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static ControlFlowContextDef parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static ControlFlowContextDef parseFrom (com.google.protobuf.CodedInputStream input)
Throws
IOException |
---|
public static ControlFlowContextDef parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static ControlFlowContextDef parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static ControlFlowContextDef parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static ControlFlowContextDef parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public
static
parser
()
public void writeTo (com.google.protobuf.CodedOutputStream output)
Throws
IOException |
---|