Assume I have an expresstion **log_0.local.UB[i1.c] = 
tir.log(data.local.UB[i1.c])**, I want to get its leftside part 
**log_0.local.UB[i1.c]**, is there any api ?

```
(gdb) p tvm::Dump(op->value)
tir.log(data.local.UB[i1.c])
$37 = void
(gdb) p tvm::Dump(op)
log_0.local.UB[i1.c] = tir.log(data.local.UB[i1.c])
```





---
[Visit 
Topic](https://discuss.tvm.apache.org/t/api-how-to-get-the-leftside-of-an-expresstion/18442/1)
 to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click 
here](https://discuss.tvm.apache.org/email/unsubscribe/572d6cf6ee593cbfa62bdb2f91625636b64a3e405cdb5d89c1f5e394b70f49d0).

Reply via email to