![]() |
Nabla
1.0
Nabla - a DSL for Automatic differentiation
|
#include <Dtypes.h>
Public Member Functions | |
Variable (int m, int n, std::vector< std::vector< double >> vals, int count, std::string name) | |
![]() | |
void | print () |
Node () | |
Node (Tensor &data) | |
Node & | forward (const Node &a, const Node &b) |
virtual void | backward () |
Additional Inherited Members | |
![]() | |
std::string | name |
int | count |
bool | is_visited = false |
bool | is_printed = false |
bool | is_scalar = false |
std::vector< Node * > | inputs |
Tensor | data |
double | ddata |
Tensor | gradient |
double | scalar_gradient = 0 |
|
inline |