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

#include <Operators.h>

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

Public Member Functions

void backward ()
 
 Sub (Node *a, Node *b, int count)
 
Nodeforward (const Node *a, const Node *b)
 
- Public Member Functions inherited from nb::Operator
 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

◆ Sub()

nb::Sub::Sub ( Node a,
Node b,
int  count 
)

Member Function Documentation

◆ backward()

void nb::Sub::backward ( )
virtual

Reimplemented from nb::Operator.

◆ forward()

Node * nb::Sub::forward ( const Node a,
const Node b 
)

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