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

#include <Node.h>

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

Public Member Functions

void print ()
 
 Node ()
 
 Node (Tensor &data)
 
Nodeforward (const Node &a, const Node &b)
 
virtual void backward ()
 

Public Attributes

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

◆ Node() [1/2]

Node::Node ( )

◆ Node() [2/2]

Node::Node ( Tensor data)

Member Function Documentation

◆ backward()

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

◆ forward()

Node& nb::Node::forward ( const Node a,
const Node b 
)

◆ print()

void Node::print ( )

Member Data Documentation

◆ count

int nb::Node::count

◆ data

Tensor nb::Node::data

◆ ddata

double nb::Node::ddata

◆ gradient

Tensor nb::Node::gradient

◆ inputs

std::vector<Node*> nb::Node::inputs

◆ is_printed

bool nb::Node::is_printed = false

◆ is_scalar

bool nb::Node::is_scalar = false

◆ is_visited

bool nb::Node::is_visited = false

◆ name

std::string nb::Node::name

◆ scalar_gradient

double nb::Node::scalar_gradient = 0

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