Files
pytorch/test/distributed
Nikita Shulga 770e6b910c [DTensor] Extend conv ops to 3D (#165241)
Current implementation hardcodes 4D input and output tensor shapes

Change that by computing `output_conv_shape` for any number of input dims
Replace `[.., .., .., slice]` with `[..., slice]`

Pull Request resolved: https://github.com/pytorch/pytorch/pull/165241
Approved by: https://github.com/ezyang
2025-10-14 02:30:46 +00:00
..
2025-10-13 01:48:55 +00:00
2025-01-22 04:48:28 +00:00
2025-10-12 20:06:41 +00:00