relax icon indicating copy to clipboard operation
relax copied to clipboard

[Parser][Printer] Relax types should be namespaced

Open altanh opened this issue 3 years ago • 0 comments

Currently Relax types in the script format are not namespaced, e.g. x: Tensor[...]. Ideally these should be namespaced like x: relax.Tensor[...] (with the same support for using qualified import, R.Tensor[...]).

This is currently blocked by a synr limitation which requires a breaking change: https://github.com/octoml/synr/issues/16

altanh avatar Nov 16 '21 18:11 altanh