Package-level declarations
Types
Link copied to clipboard
interface ModuleNode
A generic, dtype-agnostic node interface for traversing module hierarchies. This allows programmatic traversal, parameter collection, and introspection without depending on the input/output dtype generics of Module.
Link copied to clipboard
Default ModuleNode implementation adapter for legacy Module
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Lightweight wrapper for a trainable parameter. Used for optimizer registration and tracking.