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