Aarsh Wankar
Aarsh Wankar
I added an option `print_inner_graphs` to print inner graphs in the debugprint function. ## Description A boolean argument `print_inner_graphs` is provided to the debugprint function, which defaults to True. In...
Refactored `infer_shape` method of `Ops` to find output shapes using `gufunc_signature` using a newly defined function `_gufunc_to_out_shape`. ## Description `Ops` have a method `infer_shape` which helps to find the shapes...
## Description Replaced all instances of `output_type_depends_on_input_value` with `data_dependent_output_shapes` for discoverability / standardization. Follows the Aarray API standard for this: https://data-apis.org/array-api/draft/design_topics/data_dependent_output_shapes.html ## Related Issue - [x] Closes #1188 - [...