Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fx quant: add types to observed_module.py #49607

Closed
wants to merge 2 commits into from

Conversation

vkuzo
Copy link
Contributor

@vkuzo vkuzo commented Dec 18, 2020

Stack from ghstack:

Summary:

Readability

Test Plan:

mypy torch/quantization

Reviewers:

Subscribers:

Tasks:

Tags:

Differential Revision: D25643895

Summary:

Readability

Test Plan:

```
mypy torch/quantization
```

Reviewers:

Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
@facebook-github-bot
Copy link
Contributor

facebook-github-bot commented Dec 18, 2020

💊 CI failures summary and remediations

As of commit ee2d076 (more details on the Dr. CI page):


  • 1/1 failures possibly* introduced in this PR
    • 1/1 non-CircleCI failure(s)

This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.

Please report bugs/suggestions to the (internal) Dr. CI Users group.

This comment has been revised 5 times.

vkuzo added a commit that referenced this pull request Dec 18, 2020
Summary:

Readability

Test Plan:

```
mypy torch/quantization
```

Reviewers:

Subscribers:

Tasks:

Tags:

ghstack-source-id: 5db79c0a63c1fe4722d99ceb1e0a0c2acbf2249f
Pull Request resolved: #49607
return ObservedGraphModule(module, module.graph)

def is_observed_module(module):
def is_observed_module(module: Any) -> bool:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can this be GraphModule as well?

Summary:

Readability

Test Plan:

```
mypy torch/quantization
```

Reviewers:

Subscribers:

Tasks:

Tags:

Differential Revision: [D25643895](https://our.internmc.facebook.com/intern/diff/D25643895)

[ghstack-poisoned]
@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 7c90b20.

@facebook-github-bot facebook-github-bot deleted the gh/vkuzo/193/head branch December 25, 2020 15:16
hwangdeyu pushed a commit to hwangdeyu/pytorch that referenced this pull request Jan 6, 2021
Summary:
Pull Request resolved: pytorch#49607

Readability

Test Plan:
```
mypy torch/quantization
```

Imported from OSS

Reviewed By: jerryzh168

Differential Revision: D25643895

fbshipit-source-id: b4b8741b07ac4827c3bacd2084df81fbfdd0c2d5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants