wweic commented on a change in pull request #5103: [Relay][ADT]Static Tensor
Array
URL: https://github.com/apache/incubator-tvm/pull/5103#discussion_r402313002
##########
File path: python/tvm/relay/prelude.py
##########
@@ -217,7 +218,7 @@ def define_tensor_array_unstack(self):
tensor_array_unstack_tensor(t) : tensor_t -> list[tensor_t]
"""
ndim = len(self.shape)
- # Skip scalar case
+ # We don't register unstask for scalar tensor array
Review comment:
```suggestion
# We don't register unstack for scalar tensor array
```
----------------------------------------------------------------
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]
With regards,
Apache Git Services