Skip to content

Commit

Permalink
replied to comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsu52 committed Aug 3, 2023
1 parent 4e00871 commit 6cdfc5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions nncf/onnx/graph/model_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def remove_fq_from_inputs(model: onnx.ModelProto, nncf_graph: NNCFGraph) -> onnx
It's needed for the further bias shift calculation that relates on quantized weights.
:param model: onnx.ModelProto instance.
:param nncf_graph: NNCFGraph instance.
:return: onnx.ModelProto instance without activation Quantizer nodes.
"""
transformation_layout = TransformationLayout()
Expand Down
1 change: 1 addition & 0 deletions nncf/openvino/graph/model_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def remove_fq_from_inputs(model: ov.Model, graph: NNCFGraph) -> ov.Model:
It's needed for the further bias shift calculation that relates on quantized weights.
:param model: ov.Model instance.
:param graph: NNCFGraph instance.
:return: ov.Model instance without activation Fake Quantize nodes.
"""
transformation_layout = TransformationLayout()
Expand Down

0 comments on commit 6cdfc5f

Please sign in to comment.