public interface
OpDeprecationOrBuilder
Known Indirect Subclasses |
Public Methods
abstract String |
getExplanation()
Explanation of why it was deprecated and what to use instead. |
abstract com.google.protobuf.ByteString |
getExplanationBytes()
Explanation of why it was deprecated and what to use instead. |
abstract int |
getVersion()
First GraphDef version at which the op is disallowed. |
Public Methods
public abstract String getExplanation ()
Explanation of why it was deprecated and what to use instead.
string explanation = 2;
public abstract com.google.protobuf.ByteString getExplanationBytes ()
Explanation of why it was deprecated and what to use instead.
string explanation = 2;
public abstract int getVersion ()
First GraphDef version at which the op is disallowed.
int32 version = 1;