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

2020-05-04 Thread Robert Bücs via TVM Discuss
Great! Thanks for the reply @vinx13. At the moment we will rather try to avoid using conv2d_transpose operators if possible. If this can't work for any reason, I must look into adding this operator to the quantizer. --- [Visit Topic](https://discuss.tvm.ai/t/quantization-add-support-for-c

[TVM Discuss] [Development/RFC] [BYOC][runtime] JSON runtime for BYOC

2020-05-04 Thread Zhi via TVM Discuss
We have currently built the infra for Bring-Your-Own-Codegen. For demonstration purpose, a simple CSourceModule style codegen and runtime is used for ccompiler and dnnl (now called oneDNN). CSourceModule runtime works reasonably well on small examples and it is easy to understand. However, it