Uses of Class
tensorflow.Struct.TupleValue
Packages that use Struct.TupleValue
-
Uses of Struct.TupleValue in tensorflow
Methods in tensorflow 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, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Struct.TupleValueStruct.TupleValue.parseFrom(byte[] data) static Struct.TupleValueStruct.TupleValue.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Struct.TupleValueStruct.TupleValue.parseFrom(com.google.protobuf.ByteString data) static Struct.TupleValueStruct.TupleValue.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Struct.TupleValueStruct.TupleValue.parseFrom(com.google.protobuf.CodedInputStream input) static Struct.TupleValueStruct.TupleValue.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Struct.TupleValueStruct.TupleValue.parseFrom(InputStream input) static Struct.TupleValueStruct.TupleValue.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Struct.TupleValueStruct.TupleValue.parseFrom(ByteBuffer data) static Struct.TupleValueStruct.TupleValue.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in tensorflow that return types with arguments of type Struct.TupleValueModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Struct.TupleValue> Struct.TupleValue.getParserForType()static com.google.protobuf.Parser<Struct.TupleValue> Struct.TupleValue.parser()Methods in tensorflow 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`.