numr 0.5.1

High-performance numerical computing with multi-backend GPU acceleration (CPU/CUDA/WebGPU)
Documentation
1
2
3
4
5
//! Re-export backward operations
//!
//! This module re-exports the backward implementations from the parent ops module.

pub use crate::autograd::ops::*;