By the way, for 2, the function should return 4 values:`mod, params, 
input_shape, output_shape`. But I didn't see the params in the code? 
```python
x = relay.Var("x", tvm.relay.TensorType([40, 40]))
y = relay.Var("y", tvm.relay.TensorType([40, 40]))
mod = relay.Function(
    [x, y],
    relay.my_function(x, y)
)
```





---
[Visit 
Topic](https://discuss.tvm.apache.org/t/how-can-i-test-the-performance-of-a-single-operator/8362/5)
 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/b4cebc2b6950127a72440952bf7c58d3023aec06e8d1ab026d00a98db35a0e3a).

Reply via email to