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

nnabla

Config

nnabla.config

Logger

nnabla.logger

logger

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 set_auto_forward function. Backpropagation shall be manually executed on the dynamically constructed graph.

nnabla

auto_forward

set_auto_forward

get_auto_forward

Context

Context

Context Specifier API

context_scope

set_default_context

get_current_context