You are viewing a plain text version of this content. The canonical link for it is here.
Posted to discuss-archive@tvm.apache.org by tmp via TVM Discuss <no...@discuss.tvm.ai> on 2020/04/08 19:03:56 UTC

[TVM Discuss] [Questions] Matrix Inversion


New to TVM, still getting used to the best ways to express algorithms in `te.compute`:

Is there a better way to express a 2x3 matrix inverse than writing a long cascading `te.compute(...te.if_then_else((i,j) == (0,0), .... te.if_then_else(...` or using hybrid script?





---
[Visit Topic](https://discuss.tvm.ai/t/matrix-inversion/6290/1) to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/acf65ffe415ca544177b60013bbda4865d6b870439be2cd5c967eb3e406f3b97).