Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow passing trust_input to pytensor.function #1116

Open
ricardoV94 opened this issue Dec 11, 2024 · 0 comments
Open

Allow passing trust_input to pytensor.function #1116

ricardoV94 opened this issue Dec 11, 2024 · 0 comments

Comments

@ricardoV94
Copy link
Member

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 to pytensor.function(...) and document it clearly in the docstrings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant