[Apache TVM Discuss] [Questions] How to modify and add an operator in pytorch frontend

2020-10-27 Thread tang Iverson via Apache TVM Discuss
@masahi Thank you for answering the question **https://github.com/apache/incubator-tvm/issues/6761** I also want to ask if it is difficult to modify the underlying implementation of **max pool op** to support **recording maximum index**? Does tvm have a specific example code for adding an ope

[Apache TVM Discuss] [Questions] How to modify and add new operators

2020-10-22 Thread tang Iverson via Apache TVM Discuss
Hello, I encountered a problem **the following operators are not implemented: ['aten:: Max]_ unpool2d']** when deploying **Segnet-Pytorch** model using TVM. Then I observed the operator **aten:: max_ pool2d_ with_ indicies** does not implement its function in **relay/frontend/pytorch.py**. How