Package org.tensorflow.framework
Class WhileContextDef
- java.lang.Object
-
- org.nd4j.shade.protobuf.AbstractMessageLite
-
- org.nd4j.shade.protobuf.AbstractMessage
-
- org.nd4j.shade.protobuf.GeneratedMessageV3
-
- org.tensorflow.framework.WhileContextDef
-
- All Implemented Interfaces:
Serializable,org.nd4j.shade.protobuf.Message,org.nd4j.shade.protobuf.MessageLite,org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder,WhileContextDefOrBuilder
public final class WhileContextDef extends org.nd4j.shade.protobuf.GeneratedMessageV3 implements WhileContextDefOrBuilder
Protocol buffer representing a WhileContext object.
Protobuf typetensorflow.WhileContextDef- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWhileContextDef.BuilderProtocol buffer representing a WhileContext object.-
Nested classes/interfaces inherited from class org.nd4j.shade.protobuf.GeneratedMessageV3
org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent, org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableMessage>, org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableMessage>, org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable, org.nd4j.shade.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intBACK_PROP_FIELD_NUMBERstatic intCONTEXT_NAME_FIELD_NUMBERstatic intLOOP_ENTER_NAMES_FIELD_NUMBERstatic intLOOP_EXIT_NAMES_FIELD_NUMBERstatic intMAXIMUM_ITERATIONS_NAME_FIELD_NUMBERstatic intNESTED_CONTEXTS_FIELD_NUMBERstatic intPARALLEL_ITERATIONS_FIELD_NUMBERstatic intPIVOT_FOR_BODY_NAME_FIELD_NUMBERstatic intPIVOT_FOR_PRED_NAME_FIELD_NUMBERstatic intPIVOT_NAME_FIELD_NUMBERstatic intSWAP_MEMORY_FIELD_NUMBERstatic intVALUES_DEF_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)booleangetBackProp()Whether backprop is enabled for this while loop.StringgetContextName()Name of the context.org.nd4j.shade.protobuf.ByteStringgetContextNameBytes()Name of the context.static WhileContextDefgetDefaultInstance()WhileContextDefgetDefaultInstanceForType()static org.nd4j.shade.protobuf.Descriptors.DescriptorgetDescriptor()StringgetLoopEnterNames(int index)List of names for enter tensors.org.nd4j.shade.protobuf.ByteStringgetLoopEnterNamesBytes(int index)List of names for enter tensors.intgetLoopEnterNamesCount()List of names for enter tensors.org.nd4j.shade.protobuf.ProtocolStringListgetLoopEnterNamesList()List of names for enter tensors.StringgetLoopExitNames(int index)List of names for exit tensors.org.nd4j.shade.protobuf.ByteStringgetLoopExitNamesBytes(int index)List of names for exit tensors.intgetLoopExitNamesCount()List of names for exit tensors.org.nd4j.shade.protobuf.ProtocolStringListgetLoopExitNamesList()List of names for exit tensors.StringgetMaximumIterationsName()Optional name of the maximum_iterations tensor.org.nd4j.shade.protobuf.ByteStringgetMaximumIterationsNameBytes()Optional name of the maximum_iterations tensor.ControlFlowContextDefgetNestedContexts(int index)Contexts contained inside this context (e.g.intgetNestedContextsCount()Contexts contained inside this context (e.g.List<ControlFlowContextDef>getNestedContextsList()Contexts contained inside this context (e.g.ControlFlowContextDefOrBuildergetNestedContextsOrBuilder(int index)Contexts contained inside this context (e.g.List<? extends ControlFlowContextDefOrBuilder>getNestedContextsOrBuilderList()Contexts contained inside this context (e.g.intgetParallelIterations()The number of iterations allowed to run in parallel.org.nd4j.shade.protobuf.Parser<WhileContextDef>getParserForType()StringgetPivotForBodyName()Name of the pivot_for_body tensor.org.nd4j.shade.protobuf.ByteStringgetPivotForBodyNameBytes()Name of the pivot_for_body tensor.StringgetPivotForPredName()Name of the pivot_for_pred tensor.org.nd4j.shade.protobuf.ByteStringgetPivotForPredNameBytes()Name of the pivot_for_pred tensor.StringgetPivotName()Name of the pivot tensor.org.nd4j.shade.protobuf.ByteStringgetPivotNameBytes()Name of the pivot tensor.intgetSerializedSize()booleangetSwapMemory()Whether GPU-CPU memory swap is enabled for this loop.org.nd4j.shade.protobuf.UnknownFieldSetgetUnknownFields()ValuesDefgetValuesDef()Values and external values in control flow context.ValuesDefOrBuildergetValuesDefOrBuilder()Values and external values in control flow context.inthashCode()booleanhasValuesDef()Values and external values in control flow context.protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static WhileContextDef.BuildernewBuilder()static WhileContextDef.BuildernewBuilder(WhileContextDef prototype)WhileContextDef.BuildernewBuilderForType()protected WhileContextDef.BuildernewBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(org.nd4j.shade.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static WhileContextDefparseDelimitedFrom(InputStream input)static WhileContextDefparseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static WhileContextDefparseFrom(byte[] data)static WhileContextDefparseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static WhileContextDefparseFrom(InputStream input)static WhileContextDefparseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static WhileContextDefparseFrom(ByteBuffer data)static WhileContextDefparseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static WhileContextDefparseFrom(org.nd4j.shade.protobuf.ByteString data)static WhileContextDefparseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static WhileContextDefparseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static WhileContextDefparseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static org.nd4j.shade.protobuf.Parser<WhileContextDef>parser()WhileContextDef.BuildertoBuilder()voidwriteTo(org.nd4j.shade.protobuf.CodedOutputStream output)-
Methods inherited from class org.nd4j.shade.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class org.nd4j.shade.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class org.nd4j.shade.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
CONTEXT_NAME_FIELD_NUMBER
public static final int CONTEXT_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PARALLEL_ITERATIONS_FIELD_NUMBER
public static final int PARALLEL_ITERATIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
BACK_PROP_FIELD_NUMBER
public static final int BACK_PROP_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SWAP_MEMORY_FIELD_NUMBER
public static final int SWAP_MEMORY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PIVOT_NAME_FIELD_NUMBER
public static final int PIVOT_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PIVOT_FOR_PRED_NAME_FIELD_NUMBER
public static final int PIVOT_FOR_PRED_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PIVOT_FOR_BODY_NAME_FIELD_NUMBER
public static final int PIVOT_FOR_BODY_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LOOP_EXIT_NAMES_FIELD_NUMBER
public static final int LOOP_EXIT_NAMES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LOOP_ENTER_NAMES_FIELD_NUMBER
public static final int LOOP_ENTER_NAMES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
VALUES_DEF_FIELD_NUMBER
public static final int VALUES_DEF_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MAXIMUM_ITERATIONS_NAME_FIELD_NUMBER
public static final int MAXIMUM_ITERATIONS_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NESTED_CONTEXTS_FIELD_NUMBER
public static final int NESTED_CONTEXTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(org.nd4j.shade.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classorg.nd4j.shade.protobuf.GeneratedMessageV3
-
getUnknownFields
public final org.nd4j.shade.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfaceorg.nd4j.shade.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classorg.nd4j.shade.protobuf.GeneratedMessageV3
-
getDescriptor
public static final org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classorg.nd4j.shade.protobuf.GeneratedMessageV3
-
getContextName
public String getContextName()
Name of the context.
string context_name = 1;- Specified by:
getContextNamein interfaceWhileContextDefOrBuilder- Returns:
- The contextName.
-
getContextNameBytes
public org.nd4j.shade.protobuf.ByteString getContextNameBytes()
Name of the context.
string context_name = 1;- Specified by:
getContextNameBytesin interfaceWhileContextDefOrBuilder- Returns:
- The bytes for contextName.
-
getParallelIterations
public int getParallelIterations()
The number of iterations allowed to run in parallel.
int32 parallel_iterations = 2;- Specified by:
getParallelIterationsin interfaceWhileContextDefOrBuilder- Returns:
- The parallelIterations.
-
getBackProp
public boolean getBackProp()
Whether backprop is enabled for this while loop.
bool back_prop = 3;- Specified by:
getBackPropin interfaceWhileContextDefOrBuilder- Returns:
- The backProp.
-
getSwapMemory
public boolean getSwapMemory()
Whether GPU-CPU memory swap is enabled for this loop.
bool swap_memory = 4;- Specified by:
getSwapMemoryin interfaceWhileContextDefOrBuilder- Returns:
- The swapMemory.
-
getPivotName
public String getPivotName()
Name of the pivot tensor.
string pivot_name = 5;- Specified by:
getPivotNamein interfaceWhileContextDefOrBuilder- Returns:
- The pivotName.
-
getPivotNameBytes
public org.nd4j.shade.protobuf.ByteString getPivotNameBytes()
Name of the pivot tensor.
string pivot_name = 5;- Specified by:
getPivotNameBytesin interfaceWhileContextDefOrBuilder- Returns:
- The bytes for pivotName.
-
getPivotForPredName
public String getPivotForPredName()
Name of the pivot_for_pred tensor.
string pivot_for_pred_name = 6;- Specified by:
getPivotForPredNamein interfaceWhileContextDefOrBuilder- Returns:
- The pivotForPredName.
-
getPivotForPredNameBytes
public org.nd4j.shade.protobuf.ByteString getPivotForPredNameBytes()
Name of the pivot_for_pred tensor.
string pivot_for_pred_name = 6;- Specified by:
getPivotForPredNameBytesin interfaceWhileContextDefOrBuilder- Returns:
- The bytes for pivotForPredName.
-
getPivotForBodyName
public String getPivotForBodyName()
Name of the pivot_for_body tensor.
string pivot_for_body_name = 7;- Specified by:
getPivotForBodyNamein interfaceWhileContextDefOrBuilder- Returns:
- The pivotForBodyName.
-
getPivotForBodyNameBytes
public org.nd4j.shade.protobuf.ByteString getPivotForBodyNameBytes()
Name of the pivot_for_body tensor.
string pivot_for_body_name = 7;- Specified by:
getPivotForBodyNameBytesin interfaceWhileContextDefOrBuilder- Returns:
- The bytes for pivotForBodyName.
-
getLoopExitNamesList
public org.nd4j.shade.protobuf.ProtocolStringList getLoopExitNamesList()
List of names for exit tensors.
repeated string loop_exit_names = 8;- Specified by:
getLoopExitNamesListin interfaceWhileContextDefOrBuilder- Returns:
- A list containing the loopExitNames.
-
getLoopExitNamesCount
public int getLoopExitNamesCount()
List of names for exit tensors.
repeated string loop_exit_names = 8;- Specified by:
getLoopExitNamesCountin interfaceWhileContextDefOrBuilder- Returns:
- The count of loopExitNames.
-
getLoopExitNames
public String getLoopExitNames(int index)
List of names for exit tensors.
repeated string loop_exit_names = 8;- Specified by:
getLoopExitNamesin interfaceWhileContextDefOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The loopExitNames at the given index.
-
getLoopExitNamesBytes
public org.nd4j.shade.protobuf.ByteString getLoopExitNamesBytes(int index)
List of names for exit tensors.
repeated string loop_exit_names = 8;- Specified by:
getLoopExitNamesBytesin interfaceWhileContextDefOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the loopExitNames at the given index.
-
getLoopEnterNamesList
public org.nd4j.shade.protobuf.ProtocolStringList getLoopEnterNamesList()
List of names for enter tensors.
repeated string loop_enter_names = 10;- Specified by:
getLoopEnterNamesListin interfaceWhileContextDefOrBuilder- Returns:
- A list containing the loopEnterNames.
-
getLoopEnterNamesCount
public int getLoopEnterNamesCount()
List of names for enter tensors.
repeated string loop_enter_names = 10;- Specified by:
getLoopEnterNamesCountin interfaceWhileContextDefOrBuilder- Returns:
- The count of loopEnterNames.
-
getLoopEnterNames
public String getLoopEnterNames(int index)
List of names for enter tensors.
repeated string loop_enter_names = 10;- Specified by:
getLoopEnterNamesin interfaceWhileContextDefOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The loopEnterNames at the given index.
-
getLoopEnterNamesBytes
public org.nd4j.shade.protobuf.ByteString getLoopEnterNamesBytes(int index)
List of names for enter tensors.
repeated string loop_enter_names = 10;- Specified by:
getLoopEnterNamesBytesin interfaceWhileContextDefOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the loopEnterNames at the given index.
-
hasValuesDef
public boolean hasValuesDef()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 9;- Specified by:
hasValuesDefin interfaceWhileContextDefOrBuilder- Returns:
- Whether the valuesDef field is set.
-
getValuesDef
public ValuesDef getValuesDef()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 9;- Specified by:
getValuesDefin interfaceWhileContextDefOrBuilder- Returns:
- The valuesDef.
-
getValuesDefOrBuilder
public ValuesDefOrBuilder getValuesDefOrBuilder()
Values and external values in control flow context.
.tensorflow.ValuesDef values_def = 9;- Specified by:
getValuesDefOrBuilderin interfaceWhileContextDefOrBuilder
-
getMaximumIterationsName
public String getMaximumIterationsName()
Optional name of the maximum_iterations tensor.
string maximum_iterations_name = 11;- Specified by:
getMaximumIterationsNamein interfaceWhileContextDefOrBuilder- Returns:
- The maximumIterationsName.
-
getMaximumIterationsNameBytes
public org.nd4j.shade.protobuf.ByteString getMaximumIterationsNameBytes()
Optional name of the maximum_iterations tensor.
string maximum_iterations_name = 11;- Specified by:
getMaximumIterationsNameBytesin interfaceWhileContextDefOrBuilder- Returns:
- The bytes for maximumIterationsName.
-
getNestedContextsList
public List<ControlFlowContextDef> getNestedContextsList()
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;- Specified by:
getNestedContextsListin interfaceWhileContextDefOrBuilder
-
getNestedContextsOrBuilderList
public List<? extends ControlFlowContextDefOrBuilder> getNestedContextsOrBuilderList()
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;- Specified by:
getNestedContextsOrBuilderListin interfaceWhileContextDefOrBuilder
-
getNestedContextsCount
public int getNestedContextsCount()
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;- Specified by:
getNestedContextsCountin interfaceWhileContextDefOrBuilder
-
getNestedContexts
public ControlFlowContextDef getNestedContexts(int index)
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;- Specified by:
getNestedContextsin interfaceWhileContextDefOrBuilder
-
getNestedContextsOrBuilder
public ControlFlowContextDefOrBuilder getNestedContextsOrBuilder(int index)
Contexts contained inside this context (e.g. nested whiles).
repeated .tensorflow.ControlFlowContextDef nested_contexts = 12;- Specified by:
getNestedContextsOrBuilderin interfaceWhileContextDefOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfaceorg.nd4j.shade.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classorg.nd4j.shade.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(org.nd4j.shade.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfaceorg.nd4j.shade.protobuf.MessageLite- Overrides:
writeToin classorg.nd4j.shade.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfaceorg.nd4j.shade.protobuf.MessageLite- Overrides:
getSerializedSizein classorg.nd4j.shade.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfaceorg.nd4j.shade.protobuf.Message- Overrides:
equalsin classorg.nd4j.shade.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfaceorg.nd4j.shade.protobuf.Message- Overrides:
hashCodein classorg.nd4j.shade.protobuf.AbstractMessage
-
parseFrom
public static WhileContextDef parseFrom(ByteBuffer data) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
- Throws:
org.nd4j.shade.protobuf.InvalidProtocolBufferException
-
parseFrom
public static WhileContextDef parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
- Throws:
org.nd4j.shade.protobuf.InvalidProtocolBufferException
-
parseFrom
public static WhileContextDef parseFrom(org.nd4j.shade.protobuf.ByteString data) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
- Throws:
org.nd4j.shade.protobuf.InvalidProtocolBufferException
-
parseFrom
public static WhileContextDef parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
- Throws:
org.nd4j.shade.protobuf.InvalidProtocolBufferException
-
parseFrom
public static WhileContextDef parseFrom(byte[] data) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
- Throws:
org.nd4j.shade.protobuf.InvalidProtocolBufferException
-
parseFrom
public static WhileContextDef parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
- Throws:
org.nd4j.shade.protobuf.InvalidProtocolBufferException
-
parseFrom
public static WhileContextDef parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static WhileContextDef parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static WhileContextDef parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static WhileContextDef parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static WhileContextDef parseFrom(org.nd4j.shade.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static WhileContextDef parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public WhileContextDef.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfaceorg.nd4j.shade.protobuf.Message- Specified by:
newBuilderForTypein interfaceorg.nd4j.shade.protobuf.MessageLite
-
newBuilder
public static WhileContextDef.Builder newBuilder()
-
newBuilder
public static WhileContextDef.Builder newBuilder(WhileContextDef prototype)
-
toBuilder
public WhileContextDef.Builder toBuilder()
- Specified by:
toBuilderin interfaceorg.nd4j.shade.protobuf.Message- Specified by:
toBuilderin interfaceorg.nd4j.shade.protobuf.MessageLite
-
newBuilderForType
protected WhileContextDef.Builder newBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classorg.nd4j.shade.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static WhileContextDef getDefaultInstance()
-
parser
public static org.nd4j.shade.protobuf.Parser<WhileContextDef> parser()
-
getParserForType
public org.nd4j.shade.protobuf.Parser<WhileContextDef> getParserForType()
- Specified by:
getParserForTypein interfaceorg.nd4j.shade.protobuf.Message- Specified by:
getParserForTypein interfaceorg.nd4j.shade.protobuf.MessageLite- Overrides:
getParserForTypein classorg.nd4j.shade.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public WhileContextDef getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfaceorg.nd4j.shade.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfaceorg.nd4j.shade.protobuf.MessageOrBuilder
-
-