Nabla  1.0
Nabla - a DSL for Automatic differentiation
Public Member Functions | List of all members
nb::Operator Class Reference

#include <Operators.h>

Inheritance diagram for nb::Operator:
Inheritance graph
[legend]
Collaboration diagram for nb::Operator:
Collaboration graph
[legend]

Public Member Functions

virtual void backward ()
 
 Operator ()
 
- Public Member Functions inherited from nb::Node
void print ()
 
 Node ()
 
 Node (Tensor &data)
 
Nodeforward (const Node &a, const Node &b)
 

Additional Inherited Members

- Public Attributes inherited from nb::Node
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
 

Constructor & Destructor Documentation

◆ Operator()

nb::Operator::Operator ( )
inline

Member Function Documentation

◆ backward()

virtual void nb::Operator::backward ( )
inlinevirtual

The documentation for this class was generated from the following file: