Uploaded image for project: 'Apache MXNet (Retired)'
  1. Apache MXNet (Retired)
  2. MXNET-1365

Improve call back efficiency to avoid calling empty methods

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: To Do
    • Minor
    • Resolution: Unresolved
    • Gluon
    • None

    Description

       

      Improve call back efficiency to avoid calling empty methods

      1. Categorize handlers into 6 lists depending on whether they override base handler methods. Make sure empty methods from Base Event Handler is not called.

      2. This can be done by either multi-inheritance from 6 classes and do isinstance() or check if the method is overridden with the current design

      Attachments

        Activity

          People

            Unassigned Unassigned
            roywei Lai Wei
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: