public interface OpDeprecationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExplanation()
Explanation of why it was deprecated and what to use instead.
|
com.google.protobuf.ByteString |
getExplanationBytes()
Explanation of why it was deprecated and what to use instead.
|
int |
getVersion()
First GraphDef version at which the op is disallowed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getVersion()
First GraphDef version at which the op is disallowed.
int32 version = 1;java.lang.String getExplanation()
Explanation of why it was deprecated and what to use instead.
string explanation = 2;com.google.protobuf.ByteString getExplanationBytes()
Explanation of why it was deprecated and what to use instead.
string explanation = 2;