Aarsh Wankar
Results
3
comments of
Aarsh Wankar
@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`?
@ricardoV94 I have made the changes; please check. Also, do I need to make any documentation changes?
Will this work? ```python if retstep: ls = tuple([x.astype(dtype) for x in ls]) else: ls = ls.astype(dtype) return ls ```