OmarAzizi commented on issue #19965:
URL: https://github.com/apache/tvm/issues/19965#issuecomment-4905961457

   I opened #19966 to address the Squeeze axes-attribute issue (case 1, 
PP-OCRv6_tiny). The other two cases from this issue are still open. 
   
   Before I start on those, I'd like to check with the maintainers on the 
intended direction for dynamic `TopK` specifically, since there seem to be two 
different ways to solve it:
   
   1. Support it natively so the importer/op can handle a symbolic `k` at 
compile time.
   2. Require it to be resolved before import and expect users to preprocess 
the graph so `k` is a constant before calling `from_onnx`.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to