hgt312 opened a new pull request #9717: URL: https://github.com/apache/tvm/pull/9717
Current `adv_index` will fail the simple case for it does not broadcast the shapes of indices: ```python # data - (2, 2) # ind0 - (1, 2) # ind1 - (2, 1) adv_index(data, ind0, ind1) ``` @yzhliu @comaniac -- 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]
