• moto's avatar
    [BC Breaking] Reorganize C++ resources (#630) · 44af0dea
    moto authored
    This PR
     - Changes the location of C++ codes from
         - from `torchaudio/torch_sox.cpp` to `torchaudio/csrc/sox.cpp`
         - from `torchaudio/torch_sox.h` to `torchaudio/csrc/sox.h`
     - Changes the location where the resulting library is placed
         - from `_torch_sox.so` (outside of `torchaudio` module)
            to `torchaudio/_torchaudio.so`.
    44af0dea
setup.py 4.02 KB