ad Reshape to supported gather sinking nodes
This commit is contained in:
parent
894defdcc9
commit
e1ff589d3e
@ -324,6 +324,7 @@ bool CanPropagateGatherForwardThrough(Node* node) {
|
||||
CHECK_GATHER_SINKING_SUPPORTED(Convert, node);
|
||||
CHECK_GATHER_SINKING_SUPPORTED(ov::op::util::BinaryElementwiseArithmetic, node);
|
||||
CHECK_GATHER_SINKING_SUPPORTED(Gather, node);
|
||||
CHECK_GATHER_SINKING_SUPPORTED(Reshape, node);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user