Skip to main content

Module autograd

Module autograd 

Source
Expand description

Python bindings for scirs2-autograd

This module provides Python bindings for variable management and model persistence from scirs2-autograd. Due to Rust lifetime complexities, full computational graph APIs are not exposed. For comprehensive automatic differentiation, use PyTorch or TensorFlow which integrate seamlessly with scirs2 via NumPy arrays.

Structs§

PyVariableEnvironment
Variable environment for managing trainable parameters

Functions§

register_module