pytorch/caffe2/python/trt
Nikita Shulga fde220ca44 [BE] Get rid of six in caffe2 code (#93956)
Mostly `s/string_types/str/` `s/binary_types/bytes/` and `s/text_types/str/`
Also `y.extend([str(x) for x in foo])`->`y.extend(map(str, foo))`
As Python-2 is long dead

Pull Request resolved: https://github.com/pytorch/pytorch/pull/93956
Approved by: https://github.com/albanD, https://github.com/Skylion007
2023-02-02 22:13:37 +00:00
..
data Lint trailing newlines (#54737) 2021-03-30 13:09:52 -07:00
__init__.py
test_pt_onnx_trt.py Fix pretrained=True for test_pt_onnx_trt (#67818) 2021-11-04 09:49:42 -07:00
test_trt.py [BE] Get rid of six in caffe2 code (#93956) 2023-02-02 22:13:37 +00:00
transform.py Fix exception causes all over the codebase (#90271) 2022-12-07 04:29:00 +00:00