Uses of Class
org.tensorflow.framework.OpDeprecation.Builder
Packages that use OpDeprecation.Builder
-
Uses of OpDeprecation.Builder in org.tensorflow.framework
Methods in org.tensorflow.framework that return OpDeprecation.BuilderModifier and TypeMethodDescriptionOpDeprecation.Builder.addRepeatedField(com.google.protobuf.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(com.google.protobuf.Descriptors.FieldDescriptor field) OpDeprecation.Builder.clearOneof(com.google.protobuf.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(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) OpDeprecation.Builder.mergeFrom(com.google.protobuf.Message other) OpDeprecation.Builder.mergeFrom(OpDeprecation other) final OpDeprecation.BuilderOpDeprecation.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static OpDeprecation.BuilderOpDeprecation.newBuilder()static OpDeprecation.BuilderOpDeprecation.newBuilder(OpDeprecation prototype) OpDeprecation.newBuilderForType()protected OpDeprecation.BuilderOpDeprecation.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) OpDeprecation.Builder.setExplanation(String value) Explanation of why it was deprecated and what to use instead.OpDeprecation.Builder.setExplanationBytes(com.google.protobuf.ByteString value) Explanation of why it was deprecated and what to use instead.OpDeprecation.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final OpDeprecation.BuilderOpDeprecation.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) OpDeprecation.Builder.setVersion(int value) First GraphDef version at which the op is disallowed.OpDeprecation.toBuilder()Methods in org.tensorflow.framework with parameters of type OpDeprecation.BuilderModifier and TypeMethodDescriptionOpDef.Builder.setDeprecation(OpDeprecation.Builder builderForValue) Optional deprecation based on GraphDef versions.