pytorch/test/quantization
Omkar Salpekar ae1ed27756 [codemod][numpy] replace np.str with str (#103931)
Summary:
`np.str` is removed from numpy 1.20.0. It was an alias to builtin `str` and it's safe to do the replacement.

The whole changes is mechanical, generated using the following onliner:
```
fbgr -sl 'np\.str\b' | xargs perl -pi -e 's,\bnp\.str\b,str,g'
```

Test Plan: sandcastle

Differential Revision: D46586144

Pull Request resolved: https://github.com/pytorch/pytorch/pull/103931
Approved by: https://github.com/huydhn
2023-06-21 18:16:42 +00:00
..
ao_migration
bc
core [codemod][numpy] replace np.str with str (#103931) 2023-06-21 18:16:42 +00:00
eager
fx [PT2][Quant] Update op names for decomposed quantized lib (#103251) 2023-06-15 04:37:58 +00:00
jit [BE] Move flatbuffer related python C bindings to script_init (#97476) 2023-03-28 17:56:32 +00:00
pt2e [quant][pt2] Fix QAT convert for resnet18 (#103759) 2023-06-21 15:36:07 +00:00
serialized
__init__.py