API Reference¶
As stated in the Overview, the API designs of NNC is layered. The API reference here breaks down to different levels corresponding to the previous doc.
API reference may contain design comments, which are short-pages extracted from the source code that give high-level overviews of the design motivations.
- Level 0 API
- Level 1 API
- Level 2 API
- Level 3 API
- Level 3.5 API
- Construct “switch” control structure in symbolic graph
- Symbolic graph simplification
- Construct a “while” loop in a symbolic graph
- Automatic Differentiation
- While Loop Essentials
- Branching
- Gradient-based Optimization
- Graph Simplification
- Automatic Graph Parallelization
- Memory Compression
- While Loop Others
- Level 4 API
- Level 5 API
- Convenience API
- Available Commands