|
|
@@ -73,7 +73,7 @@ Status InsertReshapeIfNeed(const NodePtr &node) { |
|
|
|
} |
|
|
|
if (dst_node->GetType() == NETOUTPUT && is_dynamic) { |
|
|
|
// NetOutput shape must be continuous when dynamic shape. |
|
|
|
// Otherwise, there may be an arror waiting for the shape refresh to time out during execution. |
|
|
|
// Otherwise, there may be an error waiting for the shape refresh to time out during execution. |
|
|
|
dst_tensor->SetShape(src_tensor->GetShape()); |
|
|
|
continue; |
|
|
|
} |
|
|
|