cornell-zhang/hcl-dialect

[Frontend] Automatically inference `hcl.def_` function signature

Closed this issue · 1 comments

Actually, shapes and data types can be automatically inferred from the function call, so we actually do not need to let users declare shapes and types again.

hcl.def_ should be deprecated by .outline() proposed in #85 .