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

Handle side-effects from writing to files #273

Open khatchad opened 11 months ago

khatchad commented 11 months ago

We are detecting side-effects for calls to writelines(), though I don't think for the correct reasons, but write() isn't being detected as side-effect producing.

References