File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -62,12 +62,11 @@ def set_array_api_strict_flags(
62
62
``{default_version!r}``.
63
63
64
64
- `data_dependent_shapes`: Whether data-dependent shapes are enabled in
65
- array-api-strict. This flag is enabled by default. Array libraries that
66
- use computation graphs may not be able to support functions whose output
67
- shapes depend on the input data.
65
+ array-api-strict.
68
66
69
- This flag is enabled by default. Array libraries that use computation graphs may not be able to support
70
- functions whose output shapes depend on the input data.
67
+ This flag is enabled by default. Array libraries that use computation
68
+ graphs may not be able to support functions whose output shapes depend
69
+ on the input data.
71
70
72
71
The functions that make use of data-dependent shapes, and are therefore
73
72
disabled by setting this flag to False are
You can’t perform that action at this time.
0 commit comments