ponder-lab / Hybridize-Functions-Refactoring

Refactorings for optimizing imperative TensorFlow clients for greater efficiency.
Eclipse Public License 2.0
0 stars 0 forks source link

List slice operations should be considered as side-effect producing #276

Open khatchad opened 1 year ago

khatchad commented 1 year ago

Right now, we consider append() on a list as side-effect producing. But I think there are other operations, e.g., slicing, on lists and other kinds of sequences that also alter the list.