You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes:
Moved and renamed backend-specific class method from common layer
attributes in nncf/common/graph/layer_attributes.py to self-contained
function in nncf/common/graph/utils.py
- layer_attributes.get_bias_shape ->
get_bias_shape_legacy(layer_attributes: WeightedLayerAttributes)
Reason for changes:
(openvinotoolkit#3249) Torch and Tensorflow backend-specific methods need to be removed
from common layer attributes and all related calls need to be replaced
by their corresponding legacy function calls
0 commit comments