pytorch/torch/csrc/api
Peter Bell f86bb2d6e4 Implement _pad_circular in ATen
Closes #44459

This migrates the python implementation of `_pad_circular` to ATen and
removes the old C++ implementation that had diverged from python.

Note that `pad` can't actually use this until the
forward-compatibility period is over.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/73410

Approved by: https://github.com/ezyang
2022-03-25 02:09:01 +00:00
..
include/torch Implement _pad_circular in ATen 2022-03-25 02:09:01 +00:00
src T112685841: Use irange in PyTorch (#73378) 2022-02-26 06:34:22 +00:00