![]() |
Nabla
1.0
Nabla - a DSL for Automatic differentiation
|
#include <vector>#include <utility>#include <iostream>#include <set>#include <map>

Go to the source code of this file.
Classes | |
| class | nb::Tensor |
Namespaces | |
| nb | |
Functions | |
| Tensor | nb::matmul (Tensor a, Tensor b) |
| Tensor | nb::add (Tensor a, Tensor b) |
| Tensor | nb::mul (double a, Tensor b) |
| Tensor | nb::mul (Tensor a, Tensor b) |
| double | nb::full_sum (Tensor a) |
1.8.17