Skip to content

Commit

Permalink
fixed fake quantize on weights
Browse files Browse the repository at this point in the history
  • Loading branch information
ndemashov committed Feb 27, 2022
1 parent 6097252 commit c600c89
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 515 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
#include "low_precision/unsqueeze.hpp"
#include "low_precision/variadic_split.hpp"
#include "low_precision/move_fake_quantize.hpp"
#include "low_precision/lstm.hpp"

// cleanup transformations
#include "low_precision/convert.hpp"
Expand Down Expand Up @@ -202,6 +203,7 @@ bool ngraph::pass::low_precision::LowPrecision::run_on_model(const std::shared_p
prerequisites->add_matcher<PullTransposeThroughDequantization>(supportedTypes);
prerequisites->add_matcher<ngraph::pass::LinOpSequenceFusion>();
prerequisites->add_matcher<ngraph::pass::low_precision::MoveFakeQuantize>();
prerequisites->add_matcher<ngraph::pass::low_precision::LSTM>();

manager.register_pass<TypeRelaxedReplacer>();

Expand Down
190 changes: 0 additions & 190 deletions src/common/low_precision_transformations/src/lstm_support.cpp

This file was deleted.

Loading

0 comments on commit c600c89

Please sign in to comment.