zxy844288792 commented on a change in pull request #8454:
URL: https://github.com/apache/tvm/pull/8454#discussion_r672709986
##########
File path: python/tvm/relay/frontend/tensorflow_ops.py
##########
@@ -138,6 +138,25 @@ def _get_more_static_shape(shape0, shape1):
return shape1
+def _get_more_static_shape_rank(shape0, shape1):
+ """Compare two shapes with different rank,
+ and return the one with fewer symbolic dimension.
+ """
+ num_sym_dim0 = 0
Review comment:
Agree, will address this
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]