PyTorch users should know the correct order of inputs, because PyTorch modules `forward(...)` method expects its inputs to be in the correct order (otherwise they cannot run any training code).
[quote="zhiics, post:5, topic:6055"] And it is possible to connect the names after _run_jin_passes? [/quote] Yes, it is very straightforward as long as the user supplied input shape list is correct. Something like below: https://github.com/apache/incubator-tvm/blob/86079479f0556002adfce2f438ea2a607e318c23/tests/python/frontend/pytorch/test_forward.py#L844-L845 --- [Visit Topic](https://discuss.tvm.ai/t/pytorch-frontend-graph-input-names-can-change-using-loaded-torchscript/6055/6) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/fb2d5d2f9c5febaa850de41e68cf7ed1adebac6669ab549d102823d5ddccf7d8).