-
Notifications
You must be signed in to change notification settings - Fork 137
Open
Description
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.
Lines 198 to 205 in 19dafe4
_output_type_depends_on_input_value = False | |
""" | |
Whether the static output type depends on the inferred value of one of the inputs. | |
(e.g, via constant folding or static shape inference). | |
This information is needed when rebuilding a graph with new inputs, | |
as nodes with these Ops must be rebuilt even if the input types haven't changed. | |
""" |
We should also document it in the Op docs.