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

[cleanup] Remove InsertQuantDeQuantNode #25000

Closed
wants to merge 14 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update on "[cleanup] Remove InsertQuantDeQuantNode"
Summary:
Remove deprecated insert_quantdequant pass

Test Plan:
.

Reviewers:
pt1quant

Subscribers:

Tasks:

Tags:

Differential Revision: [D17001139](https://our.internmc.facebook.com/intern/diff/D17001139)
  • Loading branch information
jerryzh168 committed Aug 26, 2019
commit 9eeb1e0250a63867d8817c868017d91dbea1d92e
4 changes: 2 additions & 2 deletions torch/csrc/jit/passes/quantization.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ void FoldQuantNodesIntoInputsOutputs(std::shared_ptr<Graph>& graph) {
throw std::runtime_error("Pass not implemented yet!");
}

TORCH_API script::Module InsertObservers(
const script::Module& module,
TORCH_API void InsertObservers(
script::Module& module,
const std::string& method_name,
const script::Module& observer_module,
const script::Module& weight_observer_module) {
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.