public static final class WhileContextDef.Builder extends org.nd4j.shade.protobuf.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(org.nd4j.shade.protobuf.ByteString value)
List of names for enter tensors.
|
WhileContextDef.Builder |
addLoopExitNames(String value)
List of names for exit tensors.
|
WhileContextDef.Builder |
addLoopExitNamesBytes(org.nd4j.shade.protobuf.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(org.nd4j.shade.protobuf.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(org.nd4j.shade.protobuf.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(org.nd4j.shade.protobuf.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.
|
org.nd4j.shade.protobuf.ByteString |
getContextNameBytes()
Name of the context.
|
WhileContextDef |
getDefaultInstanceForType() |
static org.nd4j.shade.protobuf.Descriptors.Descriptor |
getDescriptor() |
org.nd4j.shade.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getLoopEnterNames(int index)
List of names for enter tensors.
|
org.nd4j.shade.protobuf.ByteString |
getLoopEnterNamesBytes(int index)
List of names for enter tensors.
|
int |
getLoopEnterNamesCount()
List of names for enter tensors.
|
org.nd4j.shade.protobuf.ProtocolStringList |
getLoopEnterNamesList()
List of names for enter tensors.
|
String |
getLoopExitNames(int index)
List of names for exit tensors.
|
org.nd4j.shade.protobuf.ByteString |
getLoopExitNamesBytes(int index)
List of names for exit tensors.
|
int |
getLoopExitNamesCount()
List of names for exit tensors.
|
org.nd4j.shade.protobuf.ProtocolStringList |
getLoopExitNamesList()
List of names for exit tensors.
|
String |
getMaximumIterationsName()
Optional name of the maximum_iterations tensor.
|
org.nd4j.shade.protobuf.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.
|
org.nd4j.shade.protobuf.ByteString |
getPivotForBodyNameBytes()
Name of the pivot_for_body tensor.
|
String |
getPivotForPredName()
Name of the pivot_for_pred tensor.
|
org.nd4j.shade.protobuf.ByteString |
getPivotForPredNameBytes()
Name of the pivot_for_pred tensor.
|
String |
getPivotName()
Name of the pivot tensor.
|
org.nd4j.shade.protobuf.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 org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
WhileContextDef.Builder |
mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
WhileContextDef.Builder |
mergeFrom(org.nd4j.shade.protobuf.Message other) |
WhileContextDef.Builder |
mergeFrom(WhileContextDef other) |
WhileContextDef.Builder |
mergeUnknownFields(org.nd4j.shade.protobuf.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(org.nd4j.shade.protobuf.ByteString value)
Name of the context.
|
WhileContextDef.Builder |
setField(org.nd4j.shade.protobuf.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(org.nd4j.shade.protobuf.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(org.nd4j.shade.protobuf.ByteString value)
Name of the pivot_for_body tensor.
|
WhileContextDef.Builder |
setPivotForPredName(String value)
Name of the pivot_for_pred tensor.
|
WhileContextDef.Builder |
setPivotForPredNameBytes(org.nd4j.shade.protobuf.ByteString value)
Name of the pivot_for_pred tensor.
|
WhileContextDef.Builder |
setPivotName(String value)
Name of the pivot tensor.
|
WhileContextDef.Builder |
setPivotNameBytes(org.nd4j.shade.protobuf.ByteString value)
Name of the pivot tensor.
|
WhileContextDef.Builder |
setRepeatedField(org.nd4j.shade.protobuf.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(org.nd4j.shade.protobuf.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 org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptor()
protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<WhileContextDef.Builder>public WhileContextDef.Builder clear()
clear in interface org.nd4j.shade.protobuf.Message.Builderclear in interface org.nd4j.shade.protobuf.MessageLite.Builderclear in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<WhileContextDef.Builder>public org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface org.nd4j.shade.protobuf.Message.BuildergetDescriptorForType in interface org.nd4j.shade.protobuf.MessageOrBuildergetDescriptorForType in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<WhileContextDef.Builder>public WhileContextDef getDefaultInstanceForType()
getDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageOrBuilderpublic WhileContextDef build()
build in interface org.nd4j.shade.protobuf.Message.Builderbuild in interface org.nd4j.shade.protobuf.MessageLite.Builderpublic WhileContextDef buildPartial()
buildPartial in interface org.nd4j.shade.protobuf.Message.BuilderbuildPartial in interface org.nd4j.shade.protobuf.MessageLite.Builderpublic WhileContextDef.Builder clone()
clone in interface org.nd4j.shade.protobuf.Message.Builderclone in interface org.nd4j.shade.protobuf.MessageLite.Builderclone in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<WhileContextDef.Builder>public WhileContextDef.Builder setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface org.nd4j.shade.protobuf.Message.BuildersetField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<WhileContextDef.Builder>public WhileContextDef.Builder clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field)
clearField in interface org.nd4j.shade.protobuf.Message.BuilderclearField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<WhileContextDef.Builder>public WhileContextDef.Builder clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface org.nd4j.shade.protobuf.Message.BuilderclearOneof in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<WhileContextDef.Builder>public WhileContextDef.Builder setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface org.nd4j.shade.protobuf.Message.BuildersetRepeatedField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<WhileContextDef.Builder>public WhileContextDef.Builder addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface org.nd4j.shade.protobuf.Message.BuilderaddRepeatedField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<WhileContextDef.Builder>public WhileContextDef.Builder mergeFrom(org.nd4j.shade.protobuf.Message other)
mergeFrom in interface org.nd4j.shade.protobuf.Message.BuildermergeFrom in class org.nd4j.shade.protobuf.AbstractMessage.Builder<WhileContextDef.Builder>public WhileContextDef.Builder mergeFrom(WhileContextDef other)
public final boolean isInitialized()
isInitialized in interface org.nd4j.shade.protobuf.MessageLiteOrBuilderisInitialized in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<WhileContextDef.Builder>public WhileContextDef.Builder mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface org.nd4j.shade.protobuf.Message.BuildermergeFrom in interface org.nd4j.shade.protobuf.MessageLite.BuildermergeFrom in class org.nd4j.shade.protobuf.AbstractMessage.Builder<WhileContextDef.Builder>IOExceptionpublic String getContextName()
Name of the context.
string context_name = 1;getContextName in interface WhileContextDefOrBuilderpublic org.nd4j.shade.protobuf.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(org.nd4j.shade.protobuf.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 org.nd4j.shade.protobuf.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(org.nd4j.shade.protobuf.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 org.nd4j.shade.protobuf.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(org.nd4j.shade.protobuf.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 org.nd4j.shade.protobuf.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(org.nd4j.shade.protobuf.ByteString value)
Name of the pivot_for_body tensor.
string pivot_for_body_name = 7;public org.nd4j.shade.protobuf.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 org.nd4j.shade.protobuf.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(org.nd4j.shade.protobuf.ByteString value)
List of names for exit tensors.
repeated string loop_exit_names = 8;public org.nd4j.shade.protobuf.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 org.nd4j.shade.protobuf.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(org.nd4j.shade.protobuf.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 org.nd4j.shade.protobuf.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(org.nd4j.shade.protobuf.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(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface org.nd4j.shade.protobuf.Message.BuildersetUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<WhileContextDef.Builder>public final WhileContextDef.Builder mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface org.nd4j.shade.protobuf.Message.BuildermergeUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<WhileContextDef.Builder>Copyright © 2021. All rights reserved.