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