Uses of Class
org.tensorflow.proto.Struct.TupleValue.Builder
Packages that use Struct.TupleValue.Builder
-
Uses of Struct.TupleValue.Builder in org.tensorflow.proto
Subclasses with type arguments of type Struct.TupleValue.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classRepresents a Python tuple.Methods in org.tensorflow.proto that return Struct.TupleValue.BuilderModifier and TypeMethodDescriptionStruct.TupleValue.Builder.addAllValues(Iterable<? extends Struct.StructuredValue> values) repeated .tensorflow.StructuredValue values = 1;Struct.TupleValue.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) Struct.TupleValue.Builder.addValues(int index, Struct.StructuredValue value) repeated .tensorflow.StructuredValue values = 1;Struct.TupleValue.Builder.addValues(int index, Struct.StructuredValue.Builder builderForValue) repeated .tensorflow.StructuredValue values = 1;Struct.TupleValue.Builder.addValues(Struct.StructuredValue value) repeated .tensorflow.StructuredValue values = 1;Struct.TupleValue.Builder.addValues(Struct.StructuredValue.Builder builderForValue) repeated .tensorflow.StructuredValue values = 1;Struct.TupleValue.Builder.clear()Struct.TupleValue.Builder.clearField(Descriptors.FieldDescriptor field) Struct.TupleValue.Builder.clearOneof(Descriptors.OneofDescriptor oneof) Struct.TupleValue.Builder.clearValues()repeated .tensorflow.StructuredValue values = 1;Struct.TupleValue.Builder.clone()Struct.StructuredValue.Builder.getTupleValueBuilder()Represents a tuple of `Value`.Struct.TupleValue.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) Struct.TupleValue.Builder.mergeFrom(Struct.TupleValue other) Struct.TupleValue.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static Struct.TupleValue.BuilderStruct.TupleValue.newBuilder()static Struct.TupleValue.BuilderStruct.TupleValue.newBuilder(Struct.TupleValue prototype) Struct.TupleValue.newBuilderForType()protected Struct.TupleValue.BuilderStruct.TupleValue.newBuilderForType(GeneratedMessageV3.BuilderParent parent) Struct.TupleValue.Builder.removeValues(int index) repeated .tensorflow.StructuredValue values = 1;Struct.TupleValue.Builder.setField(Descriptors.FieldDescriptor field, Object value) Struct.TupleValue.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) Struct.TupleValue.Builder.setUnknownFields(UnknownFieldSet unknownFields) Struct.TupleValue.Builder.setValues(int index, Struct.StructuredValue value) repeated .tensorflow.StructuredValue values = 1;Struct.TupleValue.Builder.setValues(int index, Struct.StructuredValue.Builder builderForValue) repeated .tensorflow.StructuredValue values = 1;Struct.TupleValue.toBuilder()Methods in org.tensorflow.proto with parameters of type Struct.TupleValue.BuilderModifier and TypeMethodDescriptionStruct.StructuredValue.Builder.setTupleValue(Struct.TupleValue.Builder builderForValue) Represents a tuple of `Value`.