[TorchFX] Support weight quantization for operations with weight_port_id != 1
#3206
Labels
enhancement
New feature or request
weight_port_id != 1
#3206
🚀 Feature request
The task is to support weight quantization for operations with
weight_port_id != 1
.To do so, one should update the method
_get_input_scale_shape
of the MinMaxtorch_fx_backend.py
https://github.com/openvinotoolkit/nncf/blob/develop/nncf/quantization/algorithms/min_max/torch_fx_backend.py#L181-L182 as it done for the torch backend https://github.com/openvinotoolkit/nncf/blob/develop/nncf/quantization/algorithms/min_max/torch_backend.py#L197-L202Feature Use Case
No response
Are you going to submit a PR?
The text was updated successfully, but these errors were encountered: