Graphcore is a python library which allows you to query a computational graph structure backed by multiple databases, python functions and/or 3rd party services
11
stars
2
forks
source link
allow for expressing invariance rules and optimizations around them #34
In some cases I've written rules like this:
Because this transformation is opaque to graphcore (it sees it as a python function) and so can't optimize across that boundary as in this case:
these SQLQueries should be mergable, but since there is this python function inbetween, it can't.