Skip to content

Commit 9017b66

Browse files
Comments
1 parent 58f12ca commit 9017b66

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/nncf/quantization/algorithms/weight_compression/algorithm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@ def apply_with_parameters(
11331133
)
11341134
return transformed_model
11351135

1136-
def _get_activation_node_port_and_channel(self, node: NNCFNode, nncf_graph: NNCFGraph) -> tuple[NNCFNode, int]:
1136+
def _get_activation_node_port_and_channel(self, node: NNCFNode, nncf_graph: NNCFGraph) -> tuple[NNCFNode, int, int]:
11371137
"""
11381138
This method returns the activation layer, corresponding port id and channel axis for the given node.
11391139

src/nncf/quantization/algorithms/weight_compression/openvino_backend.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
import openvino as ov
1414
from openvino import opset13 as opset
1515

16-
import nncf
1716
from nncf.common.graph import NNCFGraph
1817
from nncf.common.graph import NNCFNode
1918
from nncf.common.graph.operator_metatypes import OperatorMetatype

0 commit comments

Comments
 (0)