| # Executor and Executor Manager |
| |
| The executor and executor manager are internal classes for managing symbolic |
| graph execution. This document is only intended for reference for advanced users. |
| |
| .. note:: Direct interactions with executor and executor manager are dangerous and not recommended. |
| |
| ## Executor |
| |
| ```eval_rst |
| .. currentmodule:: mxnet.executor |
| |
| .. autosummary:: |
| :nosignatures: |
| |
| Executor |
| ``` |
| |
| ## Executor Manager |
| |
| ```eval_rst |
| .. currentmodule:: mxnet.executor_manager |
| |
| .. autosummary:: |
| :nosignatures: |
| |
| DataParallelExecutorGroup |
| DataParallelExecutorManager |
| ``` |
| |
| ## API Reference |
| |
| <script type="text/javascript" src='../../../_static/js/auto_module_index.js'></script> |
| |
| ```eval_rst |
| .. automodule:: mxnet.executor |
| :members: |
| .. automodule:: mxnet.executor_manager |
| :members: |
| ``` |
| |
| <script>auto_index("api-reference");</script> |