Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.03 KB

common.rst

File metadata and controls

52 lines (33 loc) · 1.03 KB

Common

.. automodule:: nnabla

Config

.. automodule:: nnabla.config

Logger

.. automodule:: nnabla.logger

.. autoclass:: logger

.. automodule:: nnabla._init

Auto-forward mode

NNabla provides the dynamic computation graph feature, which enables automatic forward propagation during graph construction. This can be enabled using the :meth:`set_auto_forward` function. Backpropagation shall be manually executed on the dynamically constructed graph.

.. automodule:: nnabla

.. autofunction:: auto_forward
.. autofunction:: set_auto_forward
.. autofunction:: get_auto_forward


Context

.. autoclass:: Context

Context Specifier API

.. autofunction:: context_scope
.. autofunction:: set_default_context
.. autofunction:: get_current_context