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