About TensorArray in tensorflow

I find that TVM does not support TensorArray and the associated operations in tensorflow at present,but it‘s the classic models (eg:SSD)essential,so what do I need to do if I want to solve it? Or I can bypass it in some other way without having to implement it? thanks a lot !

anybody can help me?thanks.

The support is work in progress, stay tuned! How to support tf.TensorArray()

1 Like

Do you guys have any update on this

The PR is out https://github.com/dmlc/tvm/pull/3798. You are welcome to review.