tlc-pack / relax

Apache License 2.0
193 stars 58 forks source link

[RUNTIME] Use Array to back Tuple #424

Closed tqchen closed 1 year ago

tqchen commented 1 year ago

This PR uses Array to back Tuple, doing so would enable uniform access of the relax interface and direct passing in python tuples.

tqchen commented 1 year ago

implements https://github.com/tlc-pack/relax/issues/309