You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some things we could probably remove because nobody uses them:
Default values for function arguments
output_subset kwarg at call_time
trust_input is useful for speedier evaluations, this should be an explicit kwarg to pytensorf.function and not just a hidden property that power-users know how to change after the function is created
The text was updated successfully, but these errors were encountered:
Description
As discussed in #222 Function is quite bloated.
Some things we could probably remove because nobody uses them:
trust_input
is useful for speedier evaluations, this should be an explicit kwarg topytensorf.function
and not just a hidden property that power-users know how to change after the function is createdThe text was updated successfully, but these errors were encountered: