Uses of Class
org.tensorflow.proto.Struct.TupleValue
Packages that use Struct.TupleValue
-
Uses of Struct.TupleValue in org.tensorflow.proto
Methods in org.tensorflow.proto that return Struct.TupleValueModifier and TypeMethodDescriptionStruct.TupleValue.Builder.build()Struct.TupleValue.Builder.buildPartial()static Struct.TupleValueStruct.TupleValue.getDefaultInstance()Struct.TupleValue.Builder.getDefaultInstanceForType()Struct.TupleValue.getDefaultInstanceForType()Struct.StructuredValue.Builder.getTupleValue()Represents a tuple of `Value`.Struct.StructuredValue.getTupleValue()Represents a tuple of `Value`.Struct.StructuredValueOrBuilder.getTupleValue()Represents a tuple of `Value`.static Struct.TupleValueStruct.TupleValue.parseDelimitedFrom(InputStream input) static Struct.TupleValueStruct.TupleValue.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static Struct.TupleValueStruct.TupleValue.parseFrom(byte[] data) static Struct.TupleValueStruct.TupleValue.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static Struct.TupleValueStruct.TupleValue.parseFrom(ByteString data) static Struct.TupleValueStruct.TupleValue.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static Struct.TupleValueStruct.TupleValue.parseFrom(CodedInputStream input) static Struct.TupleValueStruct.TupleValue.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static Struct.TupleValueStruct.TupleValue.parseFrom(InputStream input) static Struct.TupleValueStruct.TupleValue.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static Struct.TupleValueStruct.TupleValue.parseFrom(ByteBuffer data) static Struct.TupleValueStruct.TupleValue.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto that return types with arguments of type Struct.TupleValueModifier and TypeMethodDescriptionStruct.TupleValue.getParserForType()static Parser<Struct.TupleValue> Struct.TupleValue.parser()Methods in org.tensorflow.proto with parameters of type Struct.TupleValueModifier and TypeMethodDescriptionStruct.TupleValue.Builder.mergeFrom(Struct.TupleValue other) Struct.StructuredValue.Builder.mergeTupleValue(Struct.TupleValue value) Represents a tuple of `Value`.static Struct.TupleValue.BuilderStruct.TupleValue.newBuilder(Struct.TupleValue prototype) Struct.StructuredValue.Builder.setTupleValue(Struct.TupleValue value) Represents a tuple of `Value`.