How dose TVM elimitate calls of conv weights layout_transform?

If original model layout is NCHW and you convert to NHWC in TVM, at least two layout transformation are required: one at the beginning and one at the end.