You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by "Lai Wei (JIRA)" <ji...@apache.org> on 2019/03/27 12:39:00 UTC

[jira] [Created] (MXNET-1365) Improve call back efficiency to avoid calling empty methods

Lai Wei created MXNET-1365:
------------------------------

             Summary: Improve call back efficiency to avoid calling empty methods
                 Key: MXNET-1365
                 URL: https://issues.apache.org/jira/browse/MXNET-1365
             Project: Apache MXNet
          Issue Type: New Feature
          Components: Gluon
            Reporter: Lai Wei


 

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



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org