Commit Graph

3 Commits

Author SHA1 Message Date
Stanislau Hlebik
b774ce54f8 remediation of S205607
fbshipit-source-id: 798decc90db4f13770e97cdce3c0df7d5421b2a3
2020-07-17 17:19:47 -07:00
Stanislau Hlebik
8fdea489af remediation of S205607
fbshipit-source-id: 5113fe0c527595e4227ff827253b7414abbdf7ac
2020-07-17 17:17:03 -07:00
Nikita Shulga
7a408576dd Stopgap fix to determine_target predicate (#37934)
Summary:
This makes it a proper python package, therefore `ModuleFinder` will parse dependencies from this module. (see  https://docs.python.org/3/tutorial/modules.html )

As result, changes to `torch/testing/_internal/common_quantization` or `test/quantization/*.py` would be considered affecting `test_quantization.py`.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/37934

Test Plan: CI

Differential Revision: D21432413

Pulled By: malfet

fbshipit-source-id: acff6cee69a1dfd5535e33978f826ed1f6a70821
2020-05-06 14:05:14 -07:00