This reverts commit 2fc4856b8a
.
This commit is contained in:
parent
60d2643b3e
commit
754925b17b
@ -96,7 +96,7 @@ bool WeightableLayerTransformation::canBeTransformed(const TransformationContext
|
||||
}
|
||||
|
||||
const auto rankVal = rank.get_length();
|
||||
if ((rankVal < 3) && (rankVal > 5)) {
|
||||
if ((rankVal != 4) && (rankVal != 5)) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user