lixiaoquan commented on a change in pull request #6739:
URL: https://github.com/apache/incubator-tvm/pull/6739#discussion_r512350746
##########
File path: python/tvm/relay/op/_transform.py
##########
@@ -590,18 +593,21 @@ def squeeze_shape_func(attrs, inputs, _):
"""
axis = attrs.axis if attrs.axis is None else get_const_tuple(attrs.axis)
keep_axes = []
+ remove_axes = []
Review comment:
The value in remove_axes will be limited by inputs[0].shape
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]