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