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.clear()OpDeprecation.Builder.clearExplanation()Explanation of why it was deprecated and what to use instead.OpDeprecation.Builder.clearVersion()First GraphDef version at which the op is disallowed.OpDef.Builder.getDeprecationBuilder()Optional deprecation based on GraphDef versions.OpDeprecation.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) OpDeprecation.Builder.mergeFrom(OpDeprecation other) static OpDeprecation.BuilderOpDeprecation.newBuilder()static OpDeprecation.BuilderOpDeprecation.newBuilder(OpDeprecation prototype) OpDeprecation.newBuilderForType()protected OpDeprecation.BuilderOpDeprecation.newBuilderForType(AbstractMessage.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.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.