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.
.. currentmodule:: mxnet.executor .. autosummary:: :nosignatures: Executor
.. currentmodule:: mxnet.executor_manager .. autosummary:: :nosignatures: DataParallelExecutorGroup DataParallelExecutorManager
.. automodule:: mxnet.executor :members: .. automodule:: mxnet.executor_manager :members: