Hi there, if I got a te experssion and get the values of all inputs nodes, how 
can I evaluate the value of leaf node?

For example, 

```
a = te.var('a')
b = te.var('b')
c = a + b
```

and now it is known that `a=1` and `b=2`. Is there any API that I can evaluate 
the c?





---
[Visit 
Topic](https://discuss.tvm.apache.org/t/how-to-instantiate-and-evaluate-tvm-tir-expr-var/11368/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/25115fb5e7d237d9bfdf14077dac55e25bbf2d59118461fb00ac36cbaf535854).

Reply via email to