maheshambule commented on a change in pull request #5082: [Relay, Topi] [TF,
MXNet]Unravel Index operator
URL: https://github.com/apache/incubator-tvm/pull/5082#discussion_r393641775
##########
File path: python/tvm/relay/frontend/tensorflow.py
##########
@@ -2509,9 +2515,7 @@ def _parse_param(self, key, value, name, shape):
array_ndim = len(np_array.shape)
if array_ndim == 0:
- new_array = np.empty([1], dtype=np_array.dtype)
Review comment:
Removed this because we want to pass the scalar as scalar only and not as a
tensor of rank 1.
----------------------------------------------------------------
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