Nabla  1.0
Nabla - a DSL for Automatic differentiation
Namespaces | Functions
Tensor.cpp File Reference
#include "Tensor.h"
Include dependency graph for Tensor.cpp:

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)