tlc-pack / relax

Apache License 2.0
195 stars 58 forks source link

[Op][O2c] Creation operators #336

Closed MasterJH5574 closed 1 year ago

MasterJH5574 commented 1 year ago

As tracked by #332, this PR is the O2c milestone of the high-level operator introduction plan.

This PR introduces a few creation operators:

The operators are all well-tested. In Relay and TOPI, tril and trilu are merged as a single op trilu. Here we want to align with DataAPI and thus keep them separately.

MasterJH5574 commented 1 year ago

Depends on #334.