Uses of Class
org.tensorflow.proto.WhileContextDef.Builder
Packages that use WhileContextDef.Builder
-
Uses of WhileContextDef.Builder in org.tensorflow.proto
Subclasses with type arguments of type WhileContextDef.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtocol buffer representing a WhileContext object.Methods in org.tensorflow.proto that return WhileContextDef.BuilderModifier and TypeMethodDescriptionWhileContextDef.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. nested whiles).WhileContextDef.Builder.addLoopEnterNames(String value) List of names for enter tensors.WhileContextDef.Builder.addLoopEnterNamesBytes(ByteString value) List of names for enter tensors.WhileContextDef.Builder.addLoopExitNames(String value) List of names for exit tensors.WhileContextDef.Builder.addLoopExitNamesBytes(ByteString value) List of names for exit tensors.WhileContextDef.Builder.addNestedContexts(int index, ControlFlowContextDef value) Contexts contained inside this context (e.g. nested whiles).WhileContextDef.Builder.addNestedContexts(int index, ControlFlowContextDef.Builder builderForValue) Contexts contained inside this context (e.g. nested whiles).WhileContextDef.Builder.addNestedContexts(ControlFlowContextDef value) Contexts contained inside this context (e.g. nested whiles).WhileContextDef.Builder.addNestedContexts(ControlFlowContextDef.Builder builderForValue) Contexts contained inside this context (e.g. nested whiles).WhileContextDef.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) WhileContextDef.Builder.clear()WhileContextDef.Builder.clearBackProp()Whether backprop is enabled for this while loop.WhileContextDef.Builder.clearContextName()Name of the context.WhileContextDef.Builder.clearField(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. nested whiles).WhileContextDef.Builder.clearOneof(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()ControlFlowContextDef.Builder.getWhileCtxtBuilder().tensorflow.WhileContextDef while_ctxt = 2;WhileContextDef.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) WhileContextDef.Builder.mergeFrom(WhileContextDef other) final WhileContextDef.BuilderWhileContextDef.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) WhileContextDef.Builder.mergeValuesDef(ValuesDef value) Values and external values in control flow context.static WhileContextDef.BuilderWhileContextDef.newBuilder()static WhileContextDef.BuilderWhileContextDef.newBuilder(WhileContextDef prototype) WhileContextDef.newBuilderForType()protected WhileContextDef.BuilderWhileContextDef.newBuilderForType(GeneratedMessageV3.BuilderParent parent) WhileContextDef.Builder.removeNestedContexts(int index) Contexts contained inside this context (e.g. nested whiles).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(ByteString value) Name of the context.WhileContextDef.Builder.setField(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(ByteString value) Optional name of the maximum_iterations tensor.WhileContextDef.Builder.setNestedContexts(int index, ControlFlowContextDef value) Contexts contained inside this context (e.g. nested whiles).WhileContextDef.Builder.setNestedContexts(int index, ControlFlowContextDef.Builder builderForValue) Contexts contained inside this context (e.g. nested whiles).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(ByteString value) Name of the pivot_for_body tensor.WhileContextDef.Builder.setPivotForPredName(String value) Name of the pivot_for_pred tensor.WhileContextDef.Builder.setPivotForPredNameBytes(ByteString value) Name of the pivot_for_pred tensor.WhileContextDef.Builder.setPivotName(String value) Name of the pivot tensor.WhileContextDef.Builder.setPivotNameBytes(ByteString value) Name of the pivot tensor.WhileContextDef.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) WhileContextDef.Builder.setSwapMemory(boolean value) Whether GPU-CPU memory swap is enabled for this loop.final WhileContextDef.BuilderWhileContextDef.Builder.setUnknownFields(UnknownFieldSet unknownFields) WhileContextDef.Builder.setValuesDef(ValuesDef value) Values and external values in control flow context.WhileContextDef.Builder.setValuesDef(ValuesDef.Builder builderForValue) Values and external values in control flow context.WhileContextDef.toBuilder()Methods in org.tensorflow.proto with parameters of type WhileContextDef.BuilderModifier and TypeMethodDescriptionControlFlowContextDef.Builder.setWhileCtxt(WhileContextDef.Builder builderForValue) .tensorflow.WhileContextDef while_ctxt = 2;