Skip to content
Snippets Groups Projects

aidge#199: Add documentation for Node

Closed Ghost User requested to merge hrouis/aidge_core:issue#199 into dev
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -49,8 +49,8 @@ class GraphView;
* - mIdOutParents: a vector of indexes, which tells for all the parent nodes from which of their output we take the value
* - mChildren: a vector of vector of children nodes, which lists all the recipient nodes, for all of the outputs
* - mIdInChildren: a vector of vector of indexes, which gives for all the recipient nodes in which of their input the current value is taken
* - mforward: forward propagation function
* - mbackward: backward propagation function
* - mForward: forward propagation function
* - mBackward: backward propagation function
*/
class Node : public std::enable_shared_from_this<Node> {
private:
Loading