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