Uses of Class
org.tensorflow.proto.OpDeprecation.Builder
Packages that use OpDeprecation.Builder
-
Uses of OpDeprecation.Builder in org.tensorflow.proto
Subclasses with type arguments of type OpDeprecation.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classInformation about version-dependent deprecation of an opMethods in org.tensorflow.proto that return OpDeprecation.BuilderModifier and TypeMethodDescriptionOpDeprecation.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) OpDeprecation.Builder.clear()OpDeprecation.Builder.clearExplanation()Explanation of why it was deprecated and what to use instead.OpDeprecation.Builder.clearField(Descriptors.FieldDescriptor field) OpDeprecation.Builder.clearOneof(Descriptors.OneofDescriptor oneof) OpDeprecation.Builder.clearVersion()First GraphDef version at which the op is disallowed.OpDeprecation.Builder.clone()OpDef.Builder.getDeprecationBuilder()Optional deprecation based on GraphDef versions.OpDeprecation.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) OpDeprecation.Builder.mergeFrom(OpDeprecation other) final OpDeprecation.BuilderOpDeprecation.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static OpDeprecation.BuilderOpDeprecation.newBuilder()static OpDeprecation.BuilderOpDeprecation.newBuilder(OpDeprecation prototype) OpDeprecation.newBuilderForType()protected OpDeprecation.BuilderOpDeprecation.newBuilderForType(GeneratedMessageV3.BuilderParent parent) OpDeprecation.Builder.setExplanation(String value) Explanation of why it was deprecated and what to use instead.OpDeprecation.Builder.setExplanationBytes(ByteString value) Explanation of why it was deprecated and what to use instead.OpDeprecation.Builder.setField(Descriptors.FieldDescriptor field, Object value) OpDeprecation.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) final OpDeprecation.BuilderOpDeprecation.Builder.setUnknownFields(UnknownFieldSet unknownFields) OpDeprecation.Builder.setVersion(int value) First GraphDef version at which the op is disallowed.OpDeprecation.toBuilder()Methods in org.tensorflow.proto with parameters of type OpDeprecation.BuilderModifier and TypeMethodDescriptionOpDef.Builder.setDeprecation(OpDeprecation.Builder builderForValue) Optional deprecation based on GraphDef versions.