pytorch / torchcodec

PyTorch video decoding
BSD 3-Clause "New" or "Revised" License
77 stars 9 forks source link

Split samplers implementation across different files #259

Closed NicolasHug closed 3 weeks ago

NicolasHug commented 3 weeks ago

This PR splits the existing _implem.py file into:

The policy-related tests are also extracted into a separate test_policy file.

Zero logic was changed. Only copy/pasting.