Uses of Class
org.tensorflow.proto.ValuesDef.Builder
Packages that use ValuesDef.Builder
-
Uses of ValuesDef.Builder in org.tensorflow.proto
Subclasses with type arguments of type ValuesDef.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtocol buffer representing the values in ControlFlowContext.Methods in org.tensorflow.proto that return ValuesDef.BuilderModifier and TypeMethodDescriptionValuesDef.Builder.addAllValues(Iterable<String> values) Value names that have been seen in this context.ValuesDef.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) Value names that have been seen in this context.ValuesDef.Builder.addValuesBytes(ByteString value) Value names that have been seen in this context.ValuesDef.Builder.clear()ValuesDef.Builder.clearExternalValues()ValuesDef.Builder.clearField(Descriptors.FieldDescriptor field) ValuesDef.Builder.clearOneof(Descriptors.OneofDescriptor oneof) ValuesDef.Builder.clearValues()Value names that have been seen in this context.ValuesDef.Builder.clone()CondContextDef.Builder.getValuesDefBuilder()Values and external values in control flow context.WhileContextDef.Builder.getValuesDefBuilder()Values and external values in control flow context.ValuesDef.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) final ValuesDef.BuilderValuesDef.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static ValuesDef.BuilderValuesDef.newBuilder()static ValuesDef.BuilderValuesDef.newBuilder(ValuesDef prototype) ValuesDef.newBuilderForType()protected ValuesDef.BuilderValuesDef.newBuilderForType(GeneratedMessageV3.BuilderParent parent) ValuesDef.Builder.putAllExternalValues(Map<String, String> values) Value names referenced by but external to this context.ValuesDef.Builder.putExternalValues(String key, String value) Value names referenced by but external to this context.ValuesDef.Builder.removeExternalValues(String key) Value names referenced by but external to this context.ValuesDef.Builder.setField(Descriptors.FieldDescriptor field, Object value) ValuesDef.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) final ValuesDef.BuilderValuesDef.Builder.setUnknownFields(UnknownFieldSet unknownFields) Value names that have been seen in this context.ValuesDef.toBuilder()Methods in org.tensorflow.proto with parameters of type ValuesDef.BuilderModifier and TypeMethodDescriptionCondContextDef.Builder.setValuesDef(ValuesDef.Builder builderForValue) Values and external values in control flow context.WhileContextDef.Builder.setValuesDef(ValuesDef.Builder builderForValue) Values and external values in control flow context.