Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
# 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
.. currentmodule:: mxnet.executor_manager
DataParallelExecutorGroup
DataParallelExecutorManager
## API Reference
<script type="text/javascript" src='../../../_static/js/auto_module_index.js'></script>
.. automodule:: mxnet.executor
:members:
.. automodule:: mxnet.executor_manager
<script>auto_index("api-reference");</script>