Interface OpDeprecationOrBuilder

  • All Superinterfaces:
    org.nd4j.shade.protobuf.MessageLiteOrBuilder, org.nd4j.shade.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    OpDeprecation, OpDeprecation.Builder

    public interface OpDeprecationOrBuilder
    extends org.nd4j.shade.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getExplanation()
      Explanation of why it was deprecated and what to use instead.
      org.nd4j.shade.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.
      • Methods inherited from interface org.nd4j.shade.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • 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

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