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
This is pretty much needed if one wants to control the overhead introduced by the PyTensor call. Right now one must define the function and then set fn.trust_input=True. We should allow passing it directly to pytensor.function(...) and document it clearly in the docstrings
The text was updated successfully, but these errors were encountered:
Description
This is pretty much needed if one wants to control the overhead introduced by the PyTensor call. Right now one must define the function and then set
fn.trust_input=True
. We should allow passing it directly topytensor.function(...)
and document it clearly in the docstringsThe text was updated successfully, but these errors were encountered: