How to deploy quantized model to C++ frontend?

Is there any tutorial or instructions about how to deploy our quantized model to C++ frontend? I can’t find any on the Internet.

maybe https://pytorch.org/tutorials/advanced/cpp_export.html? there is nothing specific to quantized models, it should work the same way as other models