praisethemoon / cgraph

C computation graph, AutoGrad with OpenCL support [WIP]
Other
9 stars 1 forks source link

Graph Node Implementation #34

Open praisethemoon opened 5 years ago

praisethemoon commented 5 years ago

We currently have support for the graph node but not considered in back propagation.

The reason is the link between nested graphs, we need to setup a link between nodes and nested graphs