[Quantization] Weight Only Quantization Approach

Hello All, I am trying to modify and use existing TVM quantization framework to get weight only quantized graph. For that i am doing quantization of only rhs expr (which is weight node) of conv2d operator and skipped for rest all operators. I can see quantization being done but failing in setting up the quantized data and dequantization logic to conv2d node in final graph. Can someone help me on how can i set the same to final graph. Thanks in advance

@vinx13 @janimesh Can you guys help me on this?