Uses of Class
com.google.protobuf.BoolValue
Packages that use BoolValue
-
Uses of BoolValue in com.google.protobuf
Methods in com.google.protobuf that return BoolValueModifier and TypeMethodDescriptionBoolValue.Builder.build()BoolValue.Builder.buildPartial()static BoolValueBoolValue.getDefaultInstance()BoolValue.Builder.getDefaultInstanceForType()BoolValue.getDefaultInstanceForType()static BoolValueBoolValue.of(boolean value) static BoolValueBoolValue.parseDelimitedFrom(InputStream input) static BoolValueBoolValue.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BoolValueBoolValue.parseFrom(byte[] data) static BoolValueBoolValue.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BoolValueBoolValue.parseFrom(com.google.protobuf.ByteString data) static BoolValueBoolValue.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BoolValueBoolValue.parseFrom(com.google.protobuf.CodedInputStream input) static BoolValueBoolValue.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BoolValueBoolValue.parseFrom(InputStream input) static BoolValueBoolValue.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BoolValueBoolValue.parseFrom(ByteBuffer data) static BoolValueBoolValue.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.protobuf that return types with arguments of type BoolValueModifier and TypeMethodDescriptioncom.google.protobuf.Parser<BoolValue> BoolValue.getParserForType()static com.google.protobuf.Parser<BoolValue> BoolValue.parser()Methods in com.google.protobuf with parameters of type BoolValueModifier and TypeMethodDescriptionstatic BoolValue.BuilderBoolValue.newBuilder(BoolValue prototype) -
Uses of BoolValue in tensorflow
Methods in tensorflow that return BoolValueModifier and TypeMethodDescriptionTrackableObjectGraphOuterClass.TrackableObjectGraph.TrackableObject.Builder.getHasCheckpointValues()Whether this object has checkpoint values or descendants with checkpoint values.TrackableObjectGraphOuterClass.TrackableObjectGraph.TrackableObject.getHasCheckpointValues()Whether this object has checkpoint values or descendants with checkpoint values.TrackableObjectGraphOuterClass.TrackableObjectGraph.TrackableObjectOrBuilder.getHasCheckpointValues()Whether this object has checkpoint values or descendants with checkpoint values.Methods in tensorflow with parameters of type BoolValueModifier and TypeMethodDescriptionTrackableObjectGraphOuterClass.TrackableObjectGraph.TrackableObject.Builder.mergeHasCheckpointValues(BoolValue value) Whether this object has checkpoint values or descendants with checkpoint values.TrackableObjectGraphOuterClass.TrackableObjectGraph.TrackableObject.Builder.setHasCheckpointValues(BoolValue value) Whether this object has checkpoint values or descendants with checkpoint values.