Uses of Class
org.tensorflow.proto.Struct.NoneValue
Packages that use Struct.NoneValue
-
Uses of Struct.NoneValue in org.tensorflow.proto
Methods in org.tensorflow.proto that return Struct.NoneValueModifier and TypeMethodDescriptionStruct.NoneValue.Builder.build()Struct.NoneValue.Builder.buildPartial()static Struct.NoneValueStruct.NoneValue.getDefaultInstance()Struct.NoneValue.Builder.getDefaultInstanceForType()Struct.NoneValue.getDefaultInstanceForType()Struct.StructuredValue.Builder.getNoneValue()Represents None.Struct.StructuredValue.getNoneValue()Represents None.Struct.StructuredValueOrBuilder.getNoneValue()Represents None.static Struct.NoneValueStruct.NoneValue.parseDelimitedFrom(InputStream input) static Struct.NoneValueStruct.NoneValue.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static Struct.NoneValueStruct.NoneValue.parseFrom(byte[] data) static Struct.NoneValueStruct.NoneValue.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static Struct.NoneValueStruct.NoneValue.parseFrom(ByteString data) static Struct.NoneValueStruct.NoneValue.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static Struct.NoneValueStruct.NoneValue.parseFrom(CodedInputStream input) static Struct.NoneValueStruct.NoneValue.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static Struct.NoneValueStruct.NoneValue.parseFrom(InputStream input) static Struct.NoneValueStruct.NoneValue.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static Struct.NoneValueStruct.NoneValue.parseFrom(ByteBuffer data) static Struct.NoneValueStruct.NoneValue.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto that return types with arguments of type Struct.NoneValueModifier and TypeMethodDescriptionStruct.NoneValue.getParserForType()static Parser<Struct.NoneValue> Struct.NoneValue.parser()Methods in org.tensorflow.proto with parameters of type Struct.NoneValueModifier and TypeMethodDescriptionStruct.NoneValue.Builder.mergeFrom(Struct.NoneValue other) Struct.StructuredValue.Builder.mergeNoneValue(Struct.NoneValue value) Represents None.static Struct.NoneValue.BuilderStruct.NoneValue.newBuilder(Struct.NoneValue prototype) Struct.StructuredValue.Builder.setNoneValue(Struct.NoneValue value) Represents None.