hgt312 commented on issue #9237:
URL: https://github.com/apache/tvm/issues/9237#issuecomment-992428813


   The issue is about boolean indexing, see 
https://numpy.org/doc/stable/reference/arrays.indexing.html#boolean-array-indexing,
 while relay's op `adv_index` is integer array indexing.
   Seems boolean index is just nonzero + integer array indexing, we can fix it 
in pytorch frontend


-- 
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]


Reply via email to