See https://github.com/dmlc/tvm/pull/2881.
---
[Visit
Topic](https://discuss.tvm.ai/t/relay-sub-functions-printed-in-reverse-order/1984/5)
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
here](https://discuss.tvm.ai/emai
Could you provide a minimal working example so I can repro?
---
[Visit
Topic](https://discuss.tvm.ai/t/relay-sub-functions-printed-in-reverse-order/1984/4)
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
here](https://di
Thanks for bringing this up @vinx13. I'll look into it today.
---
[Visit
Topic](https://discuss.tvm.ai/t/relay-sub-functions-printed-in-reverse-order/1984/3)
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
here](https://
you should most likely still want to use astext as opposed to the debug print..
the function order seems to be an issue
---
[Visit
Topic](https://discuss.tvm.ai/t/relay-sub-functions-printed-in-reverse-order/1984/2)
to respond.
You are receiving this because you enabled mailing list mode
This issue is introduced by https://github.com/dmlc/tvm/pull/2605
It is useful to print relay ir after passes for debug. Adding
`print(ir_pass.pass_debug_print(func, show_meta_data=False))` after
`ir_pass.fuse_ops` in relay.build_module, sub-functions are printted in reverse
order which are d
Document is at https://www.tensorflow.org/api_docs/python/tf/TensorArray
This code snippet generates several tensorflow ops:
[TensorArrayV3, TensorArrayGatherV3, TensorArraySizeV3, TensorArrayWriteV3]
```
tensor_array = tf.TensorArray(dtype=tf.float32, size=1, dynamic_size=True)
tensor_array =