Does VTA support quantification

Does VTA support quantification

You might interested in the Deploy Pretrained Vision Model from MxNet on VTA tutorial. It uses

mod = relay.quantize.quantize(mod, params=params)

for model quantization.

Thanks for your reply