ComputableDAGs / ComputableDAGs.jl

Representation of Computations as Graphs
https://computabledags.github.io/ComputableDAGs.jl/dev
MIT License
2 stars 2 forks source link

More powerful FunctionCall #40

Open AntonReinhard opened 2 weeks ago

AntonReinhard commented 2 weeks ago

A FunctionCall object should also be able to compute multiple results and take multiple inputs, to allow for addition of vectorization nodes.