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.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.clearValues()repeated .tensorflow.StructuredValue values = 1;Struct.StructuredValue.Builder.getTupleValueBuilder()Represents a tuple of `Value`.Struct.TupleValue.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) Struct.TupleValue.Builder.mergeFrom(Struct.TupleValue other) static Struct.TupleValue.BuilderStruct.TupleValue.newBuilder()static Struct.TupleValue.BuilderStruct.TupleValue.newBuilder(Struct.TupleValue prototype) Struct.TupleValue.newBuilderForType()protected Struct.TupleValue.BuilderStruct.TupleValue.newBuilderForType(AbstractMessage.BuilderParent parent) Struct.TupleValue.Builder.removeValues(int index) repeated .tensorflow.StructuredValue values = 1;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`.