SIGN IN SIGN UP
apache / mxnet UNCLAIMED

Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more

0 0 0 C++
# 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.
## 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>