Uses of Class
org.tensorflow.proto.CondContextDef.Builder
Packages that use CondContextDef.Builder
-
Uses of CondContextDef.Builder in org.tensorflow.proto
Subclasses with type arguments of type CondContextDef.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtocol buffer representing a CondContext object.Methods in org.tensorflow.proto that return CondContextDef.BuilderModifier and TypeMethodDescriptionCondContextDef.Builder.addAllNestedContexts(Iterable<? extends ControlFlowContextDef> values) Contexts contained inside this context (e.g. nested conds).CondContextDef.Builder.addNestedContexts(int index, ControlFlowContextDef value) Contexts contained inside this context (e.g. nested conds).CondContextDef.Builder.addNestedContexts(int index, ControlFlowContextDef.Builder builderForValue) Contexts contained inside this context (e.g. nested conds).CondContextDef.Builder.addNestedContexts(ControlFlowContextDef value) Contexts contained inside this context (e.g. nested conds).CondContextDef.Builder.addNestedContexts(ControlFlowContextDef.Builder builderForValue) Contexts contained inside this context (e.g. nested conds).CondContextDef.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) CondContextDef.Builder.clear()CondContextDef.Builder.clearBranch()Branch prediction. 0 or 1.CondContextDef.Builder.clearContextName()Name of the context.CondContextDef.Builder.clearField(Descriptors.FieldDescriptor field) CondContextDef.Builder.clearNestedContexts()Contexts contained inside this context (e.g. nested conds).CondContextDef.Builder.clearOneof(Descriptors.OneofDescriptor oneof) CondContextDef.Builder.clearPivotName()Name of the pivot tensor.CondContextDef.Builder.clearPredName()Name of the pred tensor.CondContextDef.Builder.clearValuesDef()Values and external values in control flow context.CondContextDef.Builder.clone()ControlFlowContextDef.Builder.getCondCtxtBuilder().tensorflow.CondContextDef cond_ctxt = 1;CondContextDef.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) CondContextDef.Builder.mergeFrom(CondContextDef other) final CondContextDef.BuilderCondContextDef.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) CondContextDef.Builder.mergeValuesDef(ValuesDef value) Values and external values in control flow context.static CondContextDef.BuilderCondContextDef.newBuilder()static CondContextDef.BuilderCondContextDef.newBuilder(CondContextDef prototype) CondContextDef.newBuilderForType()protected CondContextDef.BuilderCondContextDef.newBuilderForType(GeneratedMessageV3.BuilderParent parent) CondContextDef.Builder.removeNestedContexts(int index) Contexts contained inside this context (e.g. nested conds).CondContextDef.Builder.setBranch(int value) Branch prediction. 0 or 1.CondContextDef.Builder.setContextName(String value) Name of the context.CondContextDef.Builder.setContextNameBytes(ByteString value) Name of the context.CondContextDef.Builder.setField(Descriptors.FieldDescriptor field, Object value) CondContextDef.Builder.setNestedContexts(int index, ControlFlowContextDef value) Contexts contained inside this context (e.g. nested conds).CondContextDef.Builder.setNestedContexts(int index, ControlFlowContextDef.Builder builderForValue) Contexts contained inside this context (e.g. nested conds).CondContextDef.Builder.setPivotName(String value) Name of the pivot tensor.CondContextDef.Builder.setPivotNameBytes(ByteString value) Name of the pivot tensor.CondContextDef.Builder.setPredName(String value) Name of the pred tensor.CondContextDef.Builder.setPredNameBytes(ByteString value) Name of the pred tensor.CondContextDef.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) final CondContextDef.BuilderCondContextDef.Builder.setUnknownFields(UnknownFieldSet unknownFields) CondContextDef.Builder.setValuesDef(ValuesDef value) Values and external values in control flow context.CondContextDef.Builder.setValuesDef(ValuesDef.Builder builderForValue) Values and external values in control flow context.CondContextDef.toBuilder()Methods in org.tensorflow.proto with parameters of type CondContextDef.BuilderModifier and TypeMethodDescriptionControlFlowContextDef.Builder.setCondCtxt(CondContextDef.Builder builderForValue) .tensorflow.CondContextDef cond_ctxt = 1;