Expand description
Computational graph implementation
Structs§
- AddNode
- Implementation of additive nodes
- Branch
Node - Branch node implementation
- Broadcast
Node - Broadcast node implementation
- MulNode
- Multiplication node implementation
- Reciprocal
Node - Implementation of reciprocal nodes
- Sqrt
Node - Square root node implementation
- Square
Node - Squared node implementation
- SubNode
- Implementation of negative additive nodes
- SumNode
- Sum node implementation
Traits§
- Graph
Node - Trait that defines a computational graph for calculating forward and back propagation of a neural network