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).
