b831b06f36
This PR exposes the following TIR operation in python: `tvm_tuple`: tested [here](https://github.com/apache/tvm/blob/c477c763c37adf29b34528ca52d231d622719b3e/tests/python/unittest/test_tvmscript_roundtrip.py#L554) `tvm_struct_get`: tested [here](https://github.com/apache/tvm/blob/c477c763c37adf29b34528ca52d231d622719b3e/tests/python/unittest/test_tvmscript_roundtrip.py#L200) `tvm_struct_set`: tested [here](https://github.com/apache/tvm/blob/c477c763c37adf29b34528ca52d231d622719b3e/tests/python/unittest/test_tvmscript_roundtrip.py#L2432) Co-Authored-By: yongwww <[yongcale@gmail.com](mailto:yongcale@gmail.com)> cc @junrushao1994