Skip to content

Commit

Permalink
File updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-savelyevv committed Oct 21, 2024
1 parent 2cbbb01 commit fe30c13
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 967 deletions.
328 changes: 0 additions & 328 deletions nncf/openvino/quantization/compression_primitives.py

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
from nncf.tensor import Tensor

from ..config import WeightCompressionConfig
from .weight_lowering_dispatcher import ov_available_backend_selector
from .weight_lowering_dispatcher import weight_lowering_dispatcher
from .dispatcher import ov_available_backend_selector
from .dispatcher import weight_lowering_dispatcher


@weight_lowering_dispatcher(ov_available_backend_selector)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

from .dispatched_functions import calculate_quantized_dequantized_weight
from .dispatched_functions import do_int_quantization
from .weight_lowering_dispatcher import WeightLoweringBackend
from .dispatcher import WeightLoweringBackend


@dataclass
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from .common import reshape_weight_for_grouped_quantization
from .dispatched_functions import calculate_quantized_dequantized_weight
from .dispatched_functions import do_int_quantization
from .weight_lowering_dispatcher import WeightLoweringBackend
from .dispatcher import WeightLoweringBackend

ReductionAxes = Tuple[int, ...]

Expand Down
Loading

0 comments on commit fe30c13

Please sign in to comment.