public static final class WhileContextDef.Builder extends com.github.os72.protobuf351.GeneratedMessageV3.Builder<WhileContextDef.Builder> implements WhileContextDefOrBuilder
Protocol buffer representing a WhileContext object.Protobuf type
tensorflow.WhileContextDef| Modifier and Type | Method and Description |
|---|---|
WhileContextDef.Builder |
addAllLoopEnterNames(Iterable<String> values)
List of names for enter tensors.
|
WhileContextDef.Builder |
addAllLoopExitNames(Iterable<String> values)
List of names for exit tensors.
|
WhileContextDef.Builder |
addAllNestedContexts(Iterable<? extends ControlFlowContextDef> values)
Contexts contained inside this context (e.g.
|
WhileContextDef.Builder |
addLoopEnterNames(String value)
List of names for enter tensors.
|
WhileContextDef.Builder |
addLoopEnterNamesBytes(com.github.os72.protobuf351.ByteString value)
List of names for enter tensors.
|
WhileContextDef.Builder |
addLoopExitNames(String value)
List of names for exit tensors.
|
WhileContextDef.Builder |
addLoopExitNamesBytes(com.github.os72.protobuf351.ByteString value)
List of names for exit tensors.
|
WhileContextDef.Builder |
addNestedContexts(ControlFlowContextDef.Builder builderForValue)
Contexts contained inside this context (e.g.
|
WhileContextDef.Builder |
addNestedContexts(ControlFlowContextDef value)
Contexts contained inside this context (e.g.
|
WhileContextDef.Builder |
addNestedContexts(int index,
ControlFlowContextDef.Builder builderForValue)
Contexts contained inside this context (e.g.
|
WhileContextDef.Builder |
addNestedContexts(int index,
ControlFlowContextDef value)
Contexts contained inside this context (e.g.
|
ControlFlowContextDef.Builder |
addNestedContextsBuilder()
Contexts contained inside this context (e.g.
|
ControlFlowContextDef.Builder |
addNestedContextsBuilder(int index)
Contexts contained inside this context (e.g.
|
WhileContextDef.Builder |
addRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
WhileContextDef |
build() |
WhileContextDef |
buildPartial() |
WhileContextDef.Builder |
clear() |
WhileContextDef.Builder |
clearBackProp()
Whether backprop is enabled for this while loop.
|
WhileContextDef.Builder |
clearContextName()
Name of the context.
|
WhileContextDef.Builder |
clearField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field) |
WhileContextDef.Builder |
clearLoopEnterNames()
List of names for enter tensors.
|
WhileContextDef.Builder |
clearLoopExitNames()
List of names for exit tensors.
|
WhileContextDef.Builder |
clearMaximumIterationsName()
Optional name of the maximum_iterations tensor.
|
WhileContextDef.Builder |
clearNestedContexts()
Contexts contained inside this context (e.g.
|
WhileContextDef.Builder |
clearOneof(com.github.os72.protobuf351.Descriptors.OneofDescriptor oneof) |
WhileContextDef.Builder |
clearParallelIterations()
The number of iterations allowed to run in parallel.
|
WhileContextDef.Builder |
clearPivotForBodyName()
Name of the pivot_for_body tensor.
|
WhileContextDef.Builder |
clearPivotForPredName()
Name of the pivot_for_pred tensor.
|
WhileContextDef.Builder |
clearPivotName()
Name of the pivot tensor.
|
WhileContextDef.Builder |
clearSwapMemory()
Whether GPU-CPU memory swap is enabled for this loop.
|
WhileContextDef.Builder |
clearValuesDef()
Values and external values in control flow context.
|
WhileContextDef.Builder |
clone() |
boolean |
getBackProp()
Whether backprop is enabled for this while loop.
|
String |
getContextName()
Name of the context.
|
com.github.os72.protobuf351.ByteString |
getContextNameBytes()
Name of the context.
|
WhileContextDef |
getDefaultInstanceForType() |
static com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptor() |
com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptorForType() |
String |
getLoopEnterNames(int index)
List of names for enter tensors.
|
com.github.os72.protobuf351.ByteString |
getLoopEnterNamesBytes(int index)
List of names for enter tensors.
|
int |
getLoopEnterNamesCount()
List of names for enter tensors.
|
com.github.os72.protobuf351.ProtocolStringList |
getLoopEnterNamesList()
List of names for enter tensors.
|
String |
getLoopExitNames(int index)
List of names for exit tensors.
|
com.github.os72.protobuf351.ByteString |
getLoopExitNamesBytes(int index)
List of names for exit tensors.
|
int |
getLoopExitNamesCount()
List of names for exit tensors.
|
com.github.os72.protobuf351.ProtocolStringList |
getLoopExitNamesList()
List of names for exit tensors.
|
String |
getMaximumIterationsName()
Optional name of the maximum_iterations tensor.
|
com.github.os72.protobuf351.ByteString |
getMaximumIterationsNameBytes()
Optional name of the maximum_iterations tensor.
|
ControlFlowContextDef |
getNestedContexts(int index)
Contexts contained inside this context (e.g.
|
ControlFlowContextDef.Builder |
getNestedContextsBuilder(int index)
Contexts contained inside this context (e.g.
|
List<ControlFlowContextDef.Builder> |
getNestedContextsBuilderList()
Contexts contained inside this context (e.g.
|
int |
getNestedContextsCount()
Contexts contained inside this context (e.g.
|
List<ControlFlowContextDef> |
getNestedContextsList()
Contexts contained inside this context (e.g.
|
ControlFlowContextDefOrBuilder |
getNestedContextsOrBuilder(int index)
Contexts contained inside this context (e.g.
|
List<? extends ControlFlowContextDefOrBuilder> |
getNestedContextsOrBuilderList()
Contexts contained inside this context (e.g.
|
int |
getParallelIterations()
The number of iterations allowed to run in parallel.
|
String |
getPivotForBodyName()
Name of the pivot_for_body tensor.
|
com.github.os72.protobuf351.ByteString |
getPivotForBodyNameBytes()
Name of the pivot_for_body tensor.
|
String |
getPivotForPredName()
Name of the pivot_for_pred tensor.
|
com.github.os72.protobuf351.ByteString |
getPivotForPredNameBytes()
Name of the pivot_for_pred tensor.
|
String |
getPivotName()
Name of the pivot tensor.
|
com.github.os72.protobuf351.ByteString |
getPivotNameBytes()
Name of the pivot tensor.
|
boolean |
getSwapMemory()
Whether GPU-CPU memory swap is enabled for this loop.
|
ValuesDef |
getValuesDef()
Values and external values in control flow context.
|
ValuesDef.Builder |
getValuesDefBuilder()
Values and external values in control flow context.
|
ValuesDefOrBuilder |
getValuesDefOrBuilder()
Values and external values in control flow context.
|
boolean |
hasValuesDef()
Values and external values in control flow context.
|
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
WhileContextDef.Builder |
mergeFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
WhileContextDef.Builder |
mergeFrom(com.github.os72.protobuf351.Message other) |
WhileContextDef.Builder |
mergeFrom(WhileContextDef other) |
WhileContextDef.Builder |
mergeUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
WhileContextDef.Builder |
mergeValuesDef(ValuesDef value)
Values and external values in control flow context.
|
WhileContextDef.Builder |
removeNestedContexts(int index)
Contexts contained inside this context (e.g.
|
WhileContextDef.Builder |
setBackProp(boolean value)
Whether backprop is enabled for this while loop.
|
WhileContextDef.Builder |
setContextName(String value)
Name of the context.
|
WhileContextDef.Builder |
setContextNameBytes(com.github.os72.protobuf351.ByteString value)
Name of the context.
|
WhileContextDef.Builder |
setField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
WhileContextDef.Builder |
setLoopEnterNames(int index,
String value)
List of names for enter tensors.
|
WhileContextDef.Builder |
setLoopExitNames(int index,
String value)
List of names for exit tensors.
|
WhileContextDef.Builder |
setMaximumIterationsName(String value)
Optional name of the maximum_iterations tensor.
|
WhileContextDef.Builder |
setMaximumIterationsNameBytes(com.github.os72.protobuf351.ByteString value)
Optional name of the maximum_iterations tensor.
|
WhileContextDef.Builder |
setNestedContexts(int index,
ControlFlowContextDef.Builder builderForValue)
Contexts contained inside this context (e.g.
|
WhileContextDef.Builder |
setNestedContexts(int index,
ControlFlowContextDef value)
Contexts contained inside this context (e.g.
|
WhileContextDef.Builder |
setParallelIterations(int value)
The number of iterations allowed to run in parallel.
|
WhileContextDef.Builder |
setPivotForBodyName(String value)
Name of the pivot_for_body tensor.
|
WhileContextDef.Builder |
setPivotForBodyNameBytes(com.github.os72.protobuf351.ByteString value)
Name of the pivot_for_body tensor.
|
WhileContextDef.Builder |
setPivotForPredName(String value)
Name of the pivot_for_pred tensor.
|
WhileContextDef.Builder |
setPivotForPredNameBytes(com.github.os72.protobuf351.ByteString value)
Name of the pivot_for_pred tensor.
|
WhileContextDef.Builder |
setPivotName(String value)
Name of the pivot tensor.
|
WhileContextDef.Builder |
setPivotNameBytes(com.github.os72.protobuf351.ByteString value)
Name of the pivot tensor.
|
WhileContextDef.Builder |
setRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
int index,
Object value) |
WhileContextDef.Builder |
setSwapMemory(boolean value)
Whether GPU-CPU memory swap is enabled for this loop.
|
WhileContextDef.Builder |
setUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
WhileContextDef.Builder |
setValuesDef(ValuesDef.Builder builderForValue)
Values and external values in control flow context.
|
WhileContextDef.Builder |
setValuesDef(ValuesDef value)
Values and external values in control flow context.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.github.os72.protobuf351.Descriptors.Descriptor getDescriptor()
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<WhileContextDef.Builder>public WhileContextDef.Builder clear()
clear in interface com.github.os72.protobuf351.Message.Builderclear in interface com.github.os72.protobuf351.MessageLite.Builderclear in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<WhileContextDef.Builder>public com.github.os72.protobuf351.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.github.os72.protobuf351.Message.BuildergetDescriptorForType in interface com.github.os72.protobuf351.MessageOrBuildergetDescriptorForType in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<WhileContextDef.Builder>public WhileContextDef getDefaultInstanceForType()
getDefaultInstanceForType in interface com.github.os72.protobuf351.MessageLiteOrBuildergetDefaultInstanceForType in interface com.github.os72.protobuf351.MessageOrBuilderpublic WhileContextDef build()
build in interface com.github.os72.protobuf351.Message.Builderbuild in interface com.github.os72.protobuf351.MessageLite.Builderpublic WhileContextDef buildPartial()
buildPartial in interface com.github.os72.protobuf351.Message.BuilderbuildPartial in interface com.github.os72.protobuf351.MessageLite.Builderpublic WhileContextDef.Builder clone()
clone in interface com.github.os72.protobuf351.Message.Builderclone in interface com.github.os72.protobuf351.MessageLite.Builderclone in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<WhileContextDef.Builder>public WhileContextDef.Builder setField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, Object value)
setField in interface com.github.os72.protobuf351.Message.BuildersetField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<WhileContextDef.Builder>public WhileContextDef.Builder clearField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field)
clearField in interface com.github.os72.protobuf351.Message.BuilderclearField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<WhileContextDef.Builder>public WhileContextDef.Builder clearOneof(com.github.os72.protobuf351.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.github.os72.protobuf351.Message.BuilderclearOneof in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<WhileContextDef.Builder>public WhileContextDef.Builder setRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.github.os72.protobuf351.Message.BuildersetRepeatedField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<WhileContextDef.Builder>public WhileContextDef.Builder addRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.github.os72.protobuf351.Message.BuilderaddRepeatedField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<WhileContextDef.Builder>public WhileContextDef.Builder mergeFrom(com.github.os72.protobuf351.Message other)
mergeFrom in interface com.github.os72.protobuf351.Message.BuildermergeFrom in class com.github.os72.protobuf351.AbstractMessage.Builder<WhileContextDef.Builder>public WhileContextDef.Builder mergeFrom(WhileContextDef other)
public final boolean isInitialized()
isInitialized in interface com.github.os72.protobuf351.MessageLiteOrBuilderisInitialized in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<WhileContextDef.Builder>public WhileContextDef.Builder mergeFrom(com.github.os72.protobuf351.CodedInputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.github.os72.protobuf351.Message.BuildermergeFrom in interface com.github.os72.protobuf351.MessageLite.BuildermergeFrom in class com.github.os72.protobuf351.AbstractMessage.Builder<WhileContextDef.Builder>IOExceptionpublic String getContextName()
Name of the context.
string context_name = 1;getContextName in interface WhileContextDefOrBuilderpublic com.github.os72.protobuf351.ByteString getContextNameBytes()
Name of the context.
string context_name = 1;getContextNameBytes in interface WhileContextDefOrBuilderpublic WhileContextDef.Builder setContextName(String value)
Name of the context.
string context_name = 1;public WhileContextDef.Builder clearContextName()
Name of the context.
string context_name = 1;public WhileContextDef.Builder setContextNameBytes(com.github.os72.protobuf351.ByteString value)
Name of the context.
string context_name = 1;public int getParallelIterations()
The number of iterations allowed to run in parallel.
int32 parallel_iterations = 2;getParallelIterations in interface WhileContextDefOrBuilderpublic WhileContextDef.Builder setParallelIterations(int value)
The number of iterations allowed to run in parallel.
int32 parallel_iterations = 2;public WhileContextDef.Builder clearParallelIterations()
The number of iterations allowed to run in parallel.
int32 parallel_iterations = 2;public boolean getBackProp()
Whether backprop is enabled for this while loop.
bool back_prop = 3;getBackProp in interface WhileContextDefOrBuilderpublic WhileContextDef.Builder setBackProp(boolean value)
Whether backprop is enabled for this while loop.
bool back_prop = 3;public WhileContextDef.Builder clearBackProp()
Whether backprop is enabled for this while loop.
bool back_prop = 3;public boolean getSwapMemory()
Whether GPU-CPU memory swap is enabled for this loop.
bool swap_memory = 4;getSwapMemory in interface WhileContextDefOrBuilderpublic WhileContextDef.Builder setSwapMemory(boolean value)
Whether GPU-CPU memory swap is enabled for this loop.
bool swap_memory = 4;public WhileContextDef.Builder clearSwapMemory()
Whether GPU-CPU memory swap is enabled for this loop.
bool swap_memory = 4;public String getPivotName()
Name of the pivot tensor.
string pivot_name = 5;getPivotName in interface WhileContextDefOrBuilderpublic com.github.os72.protobuf351.ByteString getPivotNameBytes()
Name of the pivot tensor.
string pivot_name = 5;getPivotNameBytes in interface WhileContextDefOrBuilderpublic WhileContextDef.Builder setPivotName(String value)
Name of the pivot tensor.
string pivot_name = 5;public WhileContextDef.Builder clearPivotName()
Name of the pivot tensor.
string pivot_name = 5;public WhileContextDef.Builder setPivotNameBytes(com.github.os72.protobuf351.ByteString value)
Name of the pivot tensor.
string pivot_name = 5;public String getPivotForPredName()
Name of the pivot_for_pred tensor.
string pivot_for_pred_name = 6;getPivotForPredName in interface WhileContextDefOrBuilderpublic com.github.os72.protobuf351.ByteString getPivotForPredNameBytes()
Name of the pivot_for_pred tensor.
string pivot_for_pred_name = 6;getPivotForPredNameBytes in interface WhileContextDefOrBuilderpublic WhileContextDef.Builder setPivotForPredName(String value)
Name of the pivot_for_pred tensor.
string pivot_for_pred_name = 6;public WhileContextDef.Builder clearPivotForPredName()
Name of the pivot_for_pred tensor.
string pivot_for_pred_name = 6;public WhileContextDef.Builder setPivotForPredNameBytes(com.github.os72.protobuf351.ByteString value)
Name of the pivot_for_pred tensor.
string pivot_for_pred_name = 6;public String getPivotForBodyName()
Name of the pivot_for_body tensor.
string pivot_for_body_name = 7;getPivotForBodyName in interface WhileContextDefOrBuilderpublic com.github.os72.protobuf351.ByteString getPivotForBodyNameBytes()
Name of the pivot_for_body tensor.
string pivot_for_body_name = 7;getPivotForBodyNameBytes in interface WhileContextDefOrBuilderpublic WhileContextDef.Builder setPivotForBodyName(String value)
Name of the pivot_for_body tensor.
string pivot_for_body_name = 7;public WhileContextDef.Builder clearPivotForBodyName()
Name of the pivot_for_body tensor.
string pivot_for_body_name = 7;public WhileContextDef.Builder setPivotForBodyNameBytes(com.github.os72.protobuf351.ByteString value)
Name of the pivot_for_body tensor.
string pivot_for_body_name = 7;public com.github.os72.protobuf351.ProtocolStringList getLoopExitNamesList()
List of names for exit tensors.
repeated string loop_exit_names = 8;getLoopExitNamesList in interface WhileContextDefOrBuilderpublic int getLoopExitNamesCount()
List of names for exit tensors.
repeated string loop_exit_names = 8;getLoopExitNamesCount in interface WhileContextDefOrBuilderpublic String getLoopExitNames(int index)
List of names for exit tensors.
repeated string loop_exit_names = 8;getLoopExitNames in interface WhileContextDefOrBuilderpublic com.github.os72.protobuf351.ByteString getLoopExitNamesBytes(int index)
List of names for exit tensors.
repeated string loop_exit_names = 8;getLoopExitNamesBytes in interface WhileContextDefOrBuilderpublic WhileContextDef.Builder setLoopExitNames(int index, String value)
List of names for exit tensors.
repeated string loop_exit_names = 8;public WhileContextDef.Builder addLoopExitNames(String value)
List of names for exit tensors.
repeated string loop_exit_names = 8;public WhileContextDef.Builder addAllLoopExitNames(Iterable<String> values)
List of names for exit tensors.
repeated string loop_exit_names = 8;public WhileContextDef.Builder clearLoopExitNames()
List of names for exit tensors.
repeated string loop_exit_names = 8;public WhileContextDef.Builder addLoopExitNamesBytes(com.github.os72.protobuf351.ByteString value)
List of names for exit tensors.
repeated string loop_exit_names = 8;public com.github.os72.protobuf351.ProtocolStringList getLoopEnterNamesList()
List of names for enter tensors.
repeated string loop_enter_names = 10;getLoopEnterNamesList in interface WhileContextDefOrBuilderpublic int getLoopEnterNamesCount()
List of names for enter tensors.
repeated string loop_enter_names = 10;getLoopEnterNamesCount in interface WhileContextDefOrBuilderpublic String getLoopEnterNames(int index)
List of names for enter tensors.
repeated string loop_enter_names = 10;getLoopEnterNames in interface WhileContextDefOrBuilderpublic com.github.os72.protobuf351.ByteString getLoopEnterNamesBytes(int index)
List of names for enter tensors.
repeated string loop_enter_names = 10;getLoopEnterNamesBytes in interface WhileContextDefOrBuilderpublic WhileContextDef.Builder setLoopEnterNames(int index, String value)
List of names for enter tensors.
repeated string loop_enter_names = 10;public WhileContextDef.Builder addLoopEnterNames(String value)
List of names for enter tensors.
repeated string loop_enter_names = 10;public WhileContextDef.Builder addAllLoopEnterNames(Iterable<String> values)
List of names for enter tensors.
repeated string loop_enter_names = 10;public WhileContextDef.Builder clearLoopEnterNames()
List of names for enter tensors.
repeated string loop_enter_names = 10;public WhileContextDef.Builder addLoopEnterNamesBytes(com.github.os72.protobuf351.ByteString value)
List of names for enter tensors.
repeated string loop_enter_names = 10;public boolean hasValuesDef()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 9;hasValuesDef in interface WhileContextDefOrBuilderpublic ValuesDef getValuesDef()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 9;getValuesDef in interface WhileContextDefOrBuilderpublic WhileContextDef.Builder setValuesDef(ValuesDef value)
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 9;public WhileContextDef.Builder setValuesDef(ValuesDef.Builder builderForValue)
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 9;public WhileContextDef.Builder mergeValuesDef(ValuesDef value)
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 9;public WhileContextDef.Builder clearValuesDef()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 9;public ValuesDef.Builder getValuesDefBuilder()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 9;public ValuesDefOrBuilder getValuesDefOrBuilder()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 9;getValuesDefOrBuilder in interface WhileContextDefOrBuilderpublic String getMaximumIterationsName()
Optional name of the maximum_iterations tensor.
string maximum_iterations_name = 11;getMaximumIterationsName in interface WhileContextDefOrBuilderpublic com.github.os72.protobuf351.ByteString getMaximumIterationsNameBytes()
Optional name of the maximum_iterations tensor.
string maximum_iterations_name = 11;getMaximumIterationsNameBytes in interface WhileContextDefOrBuilderpublic WhileContextDef.Builder setMaximumIterationsName(String value)
Optional name of the maximum_iterations tensor.
string maximum_iterations_name = 11;public WhileContextDef.Builder clearMaximumIterationsName()
Optional name of the maximum_iterations tensor.
string maximum_iterations_name = 11;public WhileContextDef.Builder setMaximumIterationsNameBytes(com.github.os72.protobuf351.ByteString value)
Optional name of the maximum_iterations tensor.
string maximum_iterations_name = 11;public List<ControlFlowContextDef> getNestedContextsList()
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;getNestedContextsList in interface WhileContextDefOrBuilderpublic int getNestedContextsCount()
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;getNestedContextsCount in interface WhileContextDefOrBuilderpublic ControlFlowContextDef getNestedContexts(int index)
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;getNestedContexts in interface WhileContextDefOrBuilderpublic WhileContextDef.Builder setNestedContexts(int index, ControlFlowContextDef value)
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;public WhileContextDef.Builder setNestedContexts(int index, ControlFlowContextDef.Builder builderForValue)
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;public WhileContextDef.Builder addNestedContexts(ControlFlowContextDef value)
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;public WhileContextDef.Builder addNestedContexts(int index, ControlFlowContextDef value)
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;public WhileContextDef.Builder addNestedContexts(ControlFlowContextDef.Builder builderForValue)
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;public WhileContextDef.Builder addNestedContexts(int index, ControlFlowContextDef.Builder builderForValue)
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;public WhileContextDef.Builder addAllNestedContexts(Iterable<? extends ControlFlowContextDef> values)
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;public WhileContextDef.Builder clearNestedContexts()
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;public WhileContextDef.Builder removeNestedContexts(int index)
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;public ControlFlowContextDef.Builder getNestedContextsBuilder(int index)
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;public ControlFlowContextDefOrBuilder getNestedContextsOrBuilder(int index)
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;getNestedContextsOrBuilder in interface WhileContextDefOrBuilderpublic List<? extends ControlFlowContextDefOrBuilder> getNestedContextsOrBuilderList()
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;getNestedContextsOrBuilderList in interface WhileContextDefOrBuilderpublic ControlFlowContextDef.Builder addNestedContextsBuilder()
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;public ControlFlowContextDef.Builder addNestedContextsBuilder(int index)
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;public List<ControlFlowContextDef.Builder> getNestedContextsBuilderList()
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;public final WhileContextDef.Builder setUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields)
setUnknownFields in interface com.github.os72.protobuf351.Message.BuildersetUnknownFields in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<WhileContextDef.Builder>public final WhileContextDef.Builder mergeUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.github.os72.protobuf351.Message.BuildermergeUnknownFields in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<WhileContextDef.Builder>Copyright © 2018. All rights reserved.