Commit Graph

3 Commits (f3a667f892f2676e8aeb92275e309d88e9580b60)

Author SHA1 Message Date
Christophe Favergeon f3a667f892 Added API descriptions for code generation of the ComputeGraph
Previous version was only detailing the options.
3 years ago
Christophe Favergeon d1bf6fe5d1 Update compute graph nodes to remove overriding issue. 3 years ago
Christophe Favergeon 66ea68b096 Added a dynamic mode to the compute graph.
The compute graph hierarchy (Python and C++) has been modified.
It will break the code using the CG and the include and import will
have to be modified.

New function prepareForRunning is needed in CG nodes even if not used in
static mode. Without this function, code using compute graph won't build.
3 years ago