Interface OpDeprecationOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
OpDeprecation, OpDeprecation.Builder

public interface OpDeprecationOrBuilder extends MessageOrBuilder
  • Method Details

    • getVersion

      int getVersion()
      First GraphDef version at which the op is disallowed.
      
      int32 version = 1;
      Returns:
      The version.
    • getExplanation

      String getExplanation()
      Explanation of why it was deprecated and what to use instead.
      
      string explanation = 2;
      Returns:
      The explanation.
    • getExplanationBytes

      ByteString getExplanationBytes()
      Explanation of why it was deprecated and what to use instead.
      
      string explanation = 2;
      Returns:
      The bytes for explanation.