Uses of Class
org.tensorflow.proto.Struct.PairValue
Packages that use Struct.PairValue
-
Uses of Struct.PairValue in org.tensorflow.proto
Methods in org.tensorflow.proto that return Struct.PairValueModifier and TypeMethodDescriptionStruct.PairValue.Builder.build()Struct.PairValue.Builder.buildPartial()static Struct.PairValueStruct.PairValue.getDefaultInstance()Struct.PairValue.Builder.getDefaultInstanceForType()Struct.PairValue.getDefaultInstanceForType()Struct.NamedTupleValue.Builder.getValues(int index) repeated .tensorflow.PairValue values = 2;Struct.NamedTupleValue.getValues(int index) repeated .tensorflow.PairValue values = 2;Struct.NamedTupleValueOrBuilder.getValues(int index) repeated .tensorflow.PairValue values = 2;static Struct.PairValueStruct.PairValue.parseDelimitedFrom(InputStream input) static Struct.PairValueStruct.PairValue.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static Struct.PairValueStruct.PairValue.parseFrom(byte[] data) static Struct.PairValueStruct.PairValue.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static Struct.PairValueStruct.PairValue.parseFrom(ByteString data) static Struct.PairValueStruct.PairValue.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static Struct.PairValueStruct.PairValue.parseFrom(CodedInputStream input) static Struct.PairValueStruct.PairValue.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static Struct.PairValueStruct.PairValue.parseFrom(InputStream input) static Struct.PairValueStruct.PairValue.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static Struct.PairValueStruct.PairValue.parseFrom(ByteBuffer data) static Struct.PairValueStruct.PairValue.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto that return types with arguments of type Struct.PairValueModifier and TypeMethodDescriptionStruct.PairValue.getParserForType()Struct.NamedTupleValue.Builder.getValuesList()repeated .tensorflow.PairValue values = 2;Struct.NamedTupleValue.getValuesList()repeated .tensorflow.PairValue values = 2;Struct.NamedTupleValueOrBuilder.getValuesList()repeated .tensorflow.PairValue values = 2;static Parser<Struct.PairValue> Struct.PairValue.parser()Methods in org.tensorflow.proto with parameters of type Struct.PairValueModifier and TypeMethodDescriptionStruct.NamedTupleValue.Builder.addValues(int index, Struct.PairValue value) repeated .tensorflow.PairValue values = 2;Struct.NamedTupleValue.Builder.addValues(Struct.PairValue value) repeated .tensorflow.PairValue values = 2;Struct.PairValue.Builder.mergeFrom(Struct.PairValue other) static Struct.PairValue.BuilderStruct.PairValue.newBuilder(Struct.PairValue prototype) Struct.NamedTupleValue.Builder.setValues(int index, Struct.PairValue value) repeated .tensorflow.PairValue values = 2;Method parameters in org.tensorflow.proto with type arguments of type Struct.PairValueModifier and TypeMethodDescriptionStruct.NamedTupleValue.Builder.addAllValues(Iterable<? extends Struct.PairValue> values) repeated .tensorflow.PairValue values = 2;