ControlFlowContextDef.Builder

public static final class ControlFlowContextDef.Builder

 Container for any kind of control flow context. Any other control flow
 contexts that are added below should also be added here.
 
Protobuf type tensorflow.ControlFlowContextDef

Public Methods

ControlFlowContextDef.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ControlFlowContextDef
build()
ControlFlowContextDef
ControlFlowContextDef.Builder
clear()
ControlFlowContextDef.Builder
clearCondCtxt()
.tensorflow.CondContextDef cond_ctxt = 1;
ControlFlowContextDef.Builder
ControlFlowContextDef.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ControlFlowContextDef.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ControlFlowContextDef.Builder
clearWhileCtxt()
.tensorflow.WhileContextDef while_ctxt = 2;
ControlFlowContextDef.Builder
clone()
CondContextDef
getCondCtxt()
.tensorflow.CondContextDef cond_ctxt = 1;
CondContextDef.Builder
getCondCtxtBuilder()
.tensorflow.CondContextDef cond_ctxt = 1;
CondContextDefOrBuilder
getCondCtxtOrBuilder()
.tensorflow.CondContextDef cond_ctxt = 1;
ControlFlowContextDef.CtxtCase
ControlFlowContextDef
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
WhileContextDef
getWhileCtxt()
.tensorflow.WhileContextDef while_ctxt = 2;
WhileContextDef.Builder
getWhileCtxtBuilder()
.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;
final boolean
ControlFlowContextDef.Builder
mergeCondCtxt(CondContextDef value)
.tensorflow.CondContextDef cond_ctxt = 1;
ControlFlowContextDef.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ControlFlowContextDef.Builder
mergeFrom(com.google.protobuf.Message other)
final ControlFlowContextDef.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ControlFlowContextDef.Builder
mergeWhileCtxt(WhileContextDef value)
.tensorflow.WhileContextDef while_ctxt = 2;
ControlFlowContextDef.Builder
setCondCtxt(CondContextDef.Builder builderForValue)
.tensorflow.CondContextDef cond_ctxt = 1;
ControlFlowContextDef.Builder
setCondCtxt(CondContextDef value)
.tensorflow.CondContextDef cond_ctxt = 1;
ControlFlowContextDef.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ControlFlowContextDef.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
final ControlFlowContextDef.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ControlFlowContextDef.Builder
setWhileCtxt(WhileContextDef value)
.tensorflow.WhileContextDef while_ctxt = 2;
ControlFlowContextDef.Builder
setWhileCtxt(WhileContextDef.Builder builderForValue)
.tensorflow.WhileContextDef while_ctxt = 2;

Inherited Methods

Public Methods

public ControlFlowContextDef.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)

public ControlFlowContextDef build ()

public ControlFlowContextDef buildPartial ()

public ControlFlowContextDef.Builder clearCondCtxt ()

.tensorflow.CondContextDef cond_ctxt = 1;

public ControlFlowContextDef.Builder clearCtxt ()

public ControlFlowContextDef.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor field)

public ControlFlowContextDef.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public ControlFlowContextDef.Builder clearWhileCtxt ()

.tensorflow.WhileContextDef while_ctxt = 2;

public CondContextDef getCondCtxt ()

.tensorflow.CondContextDef cond_ctxt = 1;

public CondContextDef.Builder getCondCtxtBuilder ()

.tensorflow.CondContextDef cond_ctxt = 1;

public CondContextDefOrBuilder getCondCtxtOrBuilder ()

.tensorflow.CondContextDef cond_ctxt = 1;

public ControlFlowContextDef.CtxtCase getCtxtCase ()

public ControlFlowContextDef getDefaultInstanceForType ()

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

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public WhileContextDef getWhileCtxt ()

.tensorflow.WhileContextDef while_ctxt = 2;

public WhileContextDef.Builder getWhileCtxtBuilder ()

.tensorflow.WhileContextDef while_ctxt = 2;

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 final boolean isInitialized ()

public ControlFlowContextDef.Builder mergeCondCtxt (CondContextDef value)

.tensorflow.CondContextDef cond_ctxt = 1;

public ControlFlowContextDef.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public ControlFlowContextDef.Builder mergeFrom (com.google.protobuf.Message other)

public final ControlFlowContextDef.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public ControlFlowContextDef.Builder mergeWhileCtxt (WhileContextDef value)

.tensorflow.WhileContextDef while_ctxt = 2;

public ControlFlowContextDef.Builder setCondCtxt (CondContextDef.Builder builderForValue)

.tensorflow.CondContextDef cond_ctxt = 1;

public ControlFlowContextDef.Builder setCondCtxt (CondContextDef value)

.tensorflow.CondContextDef cond_ctxt = 1;

public ControlFlowContextDef.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)

public ControlFlowContextDef.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)

public final ControlFlowContextDef.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public ControlFlowContextDef.Builder setWhileCtxt (WhileContextDef value)

.tensorflow.WhileContextDef while_ctxt = 2;

public ControlFlowContextDef.Builder setWhileCtxt (WhileContextDef.Builder builderForValue)

.tensorflow.WhileContextDef while_ctxt = 2;