Re-exports§
pub use ndarray::*;pub use tensor::*;pub use common::*;pub use linalg::*;pub use util::*;pub use autograd::*;
Modules§
- acceleration
- autograd
- Dynamic, Reverse-Mode Auto-Differentiation Engine
- common
- linalg
- Linear & Matrix Algebra for Tensors and NdArrays
- macros
- ndarray
- N-dimensional Array for Linear Algebra & Tensor Computations
- ops
- CPU & GPU Acceleration using vDSP, BLAS, LAPACK, CUDA, Arm64 NEON, etc
- profiler
- tensor
- Multidimensional Tensors with Dynamic Automatic Differentiation
- util
Macros§
- assert_
almost_ eq - call_
next_ backward - define_
binary_ op_ trait - first_
n_ elements - impl_
default_ trait_ for_ dtypes - implement_
test_ for_ dtypes - recursive_
trait_ base_ cases - s
- simd_
binary_ op_ specializations - test_
for_ all_ dtypes - test_
for_ all_ numeric_ dtypes - test_
for_ common_ integer_ dtypes - test_
for_ common_ numeric_ dtypes - test_
for_ common_ signed_ int_ dtypes - test_
for_ common_ unsigned_ int_ dtypes - test_
for_ float_ dtypes - test_
for_ integer_ dtypes - test_
for_ signed_ dtypes - test_
for_ signed_ int_ dtypes - test_
for_ unsigned_ dtypes - test_
for_ unsigned_ int_ dtypes