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

If there are no calls to a function, can we say that it doesn't have a tensor parameter? #294

Closed khatchad closed 9 months ago

khatchad commented 9 months ago

It would seem that we really need four values here:

  1. Yes, meaning that there are calls to the function in question and such calls include a tensor argument.
  2. No, meaning there are calls to the function in question and such calls do not include a tensor argument.
  3. Unknown, meaning there are no calls to the function in question.
  4. null, meaning we haven't checked yet.