ezyang / pytorch-unattached

Tensors and Dynamic neural networks in Python with strong GPU acceleration
http://pytorch.org
Other
20 stars 8 forks source link

Control flow #249

Open ezyang opened 7 years ago

ezyang commented 7 years ago

Here is our current thinking on control flow.

The primary use cases for supporting control flow:

Non use-cases for supporting control flow:

Frontend implementation possibilities:

Backend implementation considerations:

Summary:

CC @soumith