tlc-pack / relax

Apache License 2.0
193 stars 58 forks source link

[TVMScript] Use explicit `R.shape` in TVMScript #435

Closed Hzfengsy closed 1 year ago

Hzfengsy commented 1 year ago

As we've introduced arg_sinfo in CallNode, implicit shape constructor is not widely used in TVMScript. This PR removes the implicit shape since it may cause confusion between shape and tuple.

cc @tqchen @YuchenJin

tqchen commented 1 year ago

Thank you @Hzfengsy , please send a PR to unity branch as well