vvchernov commented on issue #14614: URL: https://github.com/apache/tvm/issues/14614#issuecomment-1507943723
Hello @jikechao! It is simply not supported on ONNX front-end of TVM. The implementation of MaxPool (AveragePool as well) was done for onnx opset = 1, but optional second output (Indices) appeared only since opset = 8. It needs to extend implementation for the op, if you do it, it will be good -- 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]
