mila-iqia / myia

Myia prototyping
MIT License
455 stars 46 forks source link

Use string edges for keyword arguments #420

Closed abergeron closed 3 years ago

abergeron commented 3 years ago

I have a problem with the python backend for Apply. It doesn't parse applies correctly and assumes that it's Apply(fn, args, kwargs).

I'll try to fix that next week.

abergeron commented 3 years ago

This has been updated to reflect review comments.