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

#include <Dtypes.h>

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

Public Member Functions

 Constant (int m, int n, std::vector< std::vector< double >> vals, int count, std::string name)
 
- Public Member Functions inherited from nb::Node
void print ()
 
 Node ()
 
 Node (Tensor &data)
 
Nodeforward (const Node &a, const Node &b)
 
virtual void backward ()
 

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

◆ Constant()

nb::Constant::Constant ( int  m,
int  n,
std::vector< std::vector< double >>  vals,
int  count,
std::string  name 
)
inline

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