dtmoodie / EagleEye

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Variable server concept

dtmoodie opened this issue · comments

Each node should contain a pointer to a variable server.
The variable server will be owned by the top level node in a single node tree. Thus each node can share variables with other nodes in the tree. This would be to replace the current search functions for variables.
Furthermore queued nodes would have their own variable server which contains a snapshot of the variables upstream of the node on a queue that is synced with the input GpuMat.