Uses of Interface
tensorflow.Struct.PairValueOrBuilder
Packages that use Struct.PairValueOrBuilder
-
Uses of Struct.PairValueOrBuilder in tensorflow
Classes in tensorflow that implement Struct.PairValueOrBuilderModifier and TypeClassDescriptionstatic final classRepresents a (key, value) pair.static final classRepresents a (key, value) pair.Methods in tensorflow that return Struct.PairValueOrBuilderModifier and TypeMethodDescriptionStruct.NamedTupleValue.Builder.getValuesOrBuilder(int index) repeated .tensorflow.PairValue values = 2;Struct.NamedTupleValue.getValuesOrBuilder(int index) repeated .tensorflow.PairValue values = 2;Struct.NamedTupleValueOrBuilder.getValuesOrBuilder(int index) repeated .tensorflow.PairValue values = 2;Methods in tensorflow that return types with arguments of type Struct.PairValueOrBuilderModifier and TypeMethodDescriptionList<? extends Struct.PairValueOrBuilder> Struct.NamedTupleValue.Builder.getValuesOrBuilderList()repeated .tensorflow.PairValue values = 2;List<? extends Struct.PairValueOrBuilder> Struct.NamedTupleValue.getValuesOrBuilderList()repeated .tensorflow.PairValue values = 2;List<? extends Struct.PairValueOrBuilder> Struct.NamedTupleValueOrBuilder.getValuesOrBuilderList()repeated .tensorflow.PairValue values = 2;