pytorch/caffe2/python/predictor
Nikita Shulga 1906eaf22f [BE] Get rid of future (#92596)
PyTorch has been Python-3.X+ for ages, so it's a shame to still rely on `future.utils` even in a deprecated Caffe2 codebase

For the reference:
https://peps.python.org/pep-0469/#migrating-directly-to-python-3

Pull Request resolved: https://github.com/pytorch/pytorch/pull/92596
Approved by: https://github.com/kit1980, https://github.com/orionr
2023-01-19 08:46:50 +00:00
..
__init__.py
mobile_exporter_test.py
mobile_exporter.py
predictor_exporter_test.py [BE] Get rid of future (#92596) 2023-01-19 08:46:50 +00:00
predictor_exporter.py clear predict_net field from PredictorExporterMeta stored in the exporter to save memory (#68485) 2021-12-10 21:25:36 -08:00
predictor_py_utils.py
predictor_test.py
serde.py