Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#13647: use logical volume and do not short circuit for mean with no …
…dim (#15346) ### Ticket Link to Github Issue #13647 ### Problem description We used padded shape instead of logical shape to calculate mean and short circuited a return value instead of continuing to reshape to keep the dimensions. ### What's changed - use logical shape - do not short circuit return, and allow reshape to occur further down in the function code if needed for keepdim ### Checklist - [x] Post commit CI passes https://github.com/tenstorrent/tt-metal/actions/runs/11962594709 - [ ] Blackhole Post commit (if applicable) N/A - [ ] Model regression CI testing passes (if applicable) N/A - [ ] Device performance regression CI testing passes (if applicable) N/A - [x] New/Existing tests provide coverage for changes
- Loading branch information