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
@ricardoV94 I would like to work on this issue. I found ten places in the codebase where output_type_depends_on_input_value was mentioned. Should I just replace them all with data_dependent_output_shapes?
Description
The Aarray API standard has a name for this: https://data-apis.org/array-api/draft/design_topics/data_dependent_output_shapes.html
Propose renaming it to
data_dependent_output_shapes
for discoverability / standardization.pytensor/pytensor/graph/op.py
Lines 198 to 205 in 19dafe4
We should also document it in the Op docs.
The text was updated successfully, but these errors were encountered: