Liking cljdoc? Tell your friends :D

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

.. currentmodule:: mxnet.executor

.. autosummary::
    :nosignatures:

    Executor

Executor Manager

.. currentmodule:: mxnet.executor_manager

.. autosummary::
    :nosignatures:

    DataParallelExecutorGroup
    DataParallelExecutorManager

API Reference

.. automodule:: mxnet.executor
    :members:
.. automodule:: mxnet.executor_manager
    :members:

Can you improve this documentation? These fine people already did:
Sheng Zha, Aaron Markham & Haibin Lin
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close