dfdx 0.13.0

Ergonomic auto differentiation in Rust, with pytorch like apis.
Documentation
1
2
3
4
5
6
# dfdx::tensor


Contains the tensor struct inside `tensor_impls.rs`,
and various devices under `cpu/` and `cuda/`.

Each device needs to implement the traits defined in `storage_traits.rs`.