Open jikechao opened 1 month ago
looks the nn.pad is not roundtrip-able with tvmscript, the ordering the parameters in parser is different from that in printer.
@yongwww Agree! Should we provide a PR to fix the nn.pad
to a roundtrip-able operator?
BTW, R.nn.attention
has a similar issue: https://github.com/apache/tvm/issues/17486
@jikechao I'd appreciate it if you could submit a PR to fix this. No worries if you're busy, please let me know and I'll take care of it.
@yongwww I am not very familiar with the relevant source code, it would be better to assign it to other colleagues. Thanks!
Actual behavior
Steps to reproduce
@junrushao @tqchen @Lunderberg