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