[TVM Discuss] [Meetup] uTVM (Embedded Focus) Online Meetup

2020-06-09 Thread Robert Bücs via TVM Discuss
I fully agree with @tico! The WIP examination of the MISRA-C standalone runtime would be a very interesting topic to dwelve into. --- [Visit Topic](https://discuss.tvm.ai/t/utvm-embedded-focus-online-meetup/6908/5) to respond. You are receiving this because you enabled mailing list mode.

[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] [Quantization] Add support for conv2D transpose

2020-04-17 Thread Robert Bücs via TVM Discuss
Hi all! I'm using TVM for post training quantization and noticed that as of now, **conv2d_transpose** operations **can not be quantized** and fall back to float32. * Is there a limitation behind this or is it simply a missing feature? * If it's a missing feature, which parts of the code would