numba / numba-rvsdg

Numba compatible RVSDG (Regionalized Value State Dependence Graph) utilities.
https://numba-rvsdg.readthedocs.io/
BSD 2-Clause "Simplified" License
18 stars 7 forks source link

Added yaml and dictionary conversion methods to BlockMap #19

Closed kc611 closed 1 year ago

kc611 commented 1 year ago

As titled, this PR makes the from_yaml method a staticmethod on BlockMap. Also adds a deserializer to convert BlockMap to yaml and a similar conversion in dictionary format as well.

esc commented 1 year ago

ty