Tensorflow DNN quantization with mixed precision

Hello everyone,

I have a tensorflow model trained and converted to a a frozen graph (.pb).
I want to use tensorrt with python in order to apply mixed precision quantization on this model.

Can you please give me some examples?
Thank you