tlc-pack / relax

Apache License 2.0
193 stars 58 forks source link

[OP] Add Linear Op Interface at Python Side #409

Closed Hzfengsy closed 1 year ago

Hzfengsy commented 1 year ago

As discussed before, we won't introduce a new Linear Op at IR level. However, this PR adds a user interface at the python side, which is composed of transpose, matmul and a bias add.

The original PR is at https://github.com/mlc-ai/relax/pull/119

cc @MasterJH5574