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

#include <Operators.h>

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

Public Member Functions

void backward ()
 
 Sin (Node *a, int count)
 
Nodeforward (const Node *a)
 
- 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

◆ Sin()

nb::Sin::Sin ( Node a,
int  count 
)

Member Function Documentation

◆ backward()

void nb::Sin::backward ( )
virtual

Reimplemented from nb::Operator.

◆ forward()

Node * nb::Sin::forward ( const Node a)

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