Uses of Class
tensorflow.Struct.PairValue
Packages that use Struct.PairValue
-
Uses of Struct.PairValue in tensorflow
Methods in tensorflow 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, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Struct.PairValueStruct.PairValue.parseFrom(byte[] data) static Struct.PairValueStruct.PairValue.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Struct.PairValueStruct.PairValue.parseFrom(com.google.protobuf.ByteString data) static Struct.PairValueStruct.PairValue.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Struct.PairValueStruct.PairValue.parseFrom(com.google.protobuf.CodedInputStream input) static Struct.PairValueStruct.PairValue.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Struct.PairValueStruct.PairValue.parseFrom(InputStream input) static Struct.PairValueStruct.PairValue.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Struct.PairValueStruct.PairValue.parseFrom(ByteBuffer data) static Struct.PairValueStruct.PairValue.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in tensorflow that return types with arguments of type Struct.PairValueModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Struct.PairValue> Struct.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 com.google.protobuf.Parser<Struct.PairValue> Struct.PairValue.parser()Methods in tensorflow 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 tensorflow with type arguments of type Struct.PairValueModifier and TypeMethodDescriptionStruct.NamedTupleValue.Builder.addAllValues(Iterable<? extends Struct.PairValue> values) repeated .tensorflow.PairValue values = 2;