Concepts

Understand the design boundaries, lifecycle rules, data representation, and optimization model.

4 maintained guidesFramework v0.6.1
Overview

Architecture

Map Python orchestration and the C++ runtime from model/autograd through compiler, lowering, generic programmed composition, serving, and backends.

Read guide
Concept

Module and Parameter Lifecycle

Understand parameter registration, ownership, recursive names, nonmoving modules, and transactional backend transfer.

Read guide
Concept

Adam Optimizer

Understand bias-corrected Adam, global gradient clipping, contiguous or bounded-page state, and transactional updates.

Read guide