Zhen-Dong / HAWQ

Quantization library for PyTorch. Support low-precision and mixed-precision quantization, with hardware implementation through TVM.
MIT License
406 stars 83 forks source link

Shift operation in TVM #37

Closed zkkli closed 1 year ago

zkkli commented 2 years ago

Thank you for your perfect work!

I am wondering how the shift operation in pytorch corresponds to TVM, since I don't find the relevant operation in the code in TVM.

Thank you very much!