[TVM Discuss] [Development/RFC] [RFC] Relay to ONNX

2020-05-02 Thread Mahesh Ambule via TVM Discuss
@tqchen, I tried to add ONNX as target, but since target codegen receives lowered IRModule with PrimFunc nodes, I am not able to convert those to ONNX. However, as in the case of external codegen lowering is deferred to external codegens, I am receiving IRModule without PrimFunc nodes and I am

[TVM Discuss] [Development/RFC] [RFC] Introduce unique module in TVM for uploading all deliverables into one

2020-05-02 Thread tqchen via TVM Discuss
Thanks for sharing the ideas. https://discuss.tvm.ai/t/discuss-module-based-model-runtime-interface/5025 is the current proposed way for universal packaging, and that should resolve most of the current concerns. While it is always possible to introduce another layer of abstraction for packag

[TVM Discuss] [Development/RFC] [RFC] Introduce unique module in TVM for uploading all deliverables into one

2020-05-02 Thread ANSHUMAN TRIPATHY via TVM Discuss
Hi All! **Introduction:** In this RFC, i like to propose an independent module inside TVM which will have key responsibility towards handling all the deliverables from TVM compiler(Relay Build) and offer an user friendly way to save, upload, reuse an TVM compiled library. **Motivation/Backg

[TVM Discuss] [Development] [Quantization] Add support for conv2D transpose

2020-05-02 Thread Wuwei Lin via TVM Discuss
It is a missing feature. Rules should be added to https://github.com/apache/incubator-tvm/blob/master/python/tvm/relay/quantize/_annotate.py and https://github.com/apache/incubator-tvm/blob/master/src/relay/quantize/calibrate.cc For performance part, you might also need to take a look of `conv